e95dffb1db
no-issue This was refactored out of https://github.com/TryGhost/Ghost/pull/11701/
7 lines
96 B
JavaScript
7 lines
96 B
JavaScript
module.exports = {
|
|
plugins: ['ghost'],
|
|
extends: [
|
|
'plugin:ghost/node',
|
|
]
|
|
};
|