786f5429db
refs https://github.com/TryGhost/Toolbox/issues/292 - Fresh package out of Super Slimer and removed outdated patters, like using "should"
7 lines
95 B
JavaScript
7 lines
95 B
JavaScript
module.exports = {
|
|
plugins: ['ghost'],
|
|
extends: [
|
|
'plugin:ghost/node'
|
|
]
|
|
};
|