Ghost/ghost/data-generator/.eslintrc.js

10 lines
179 B
JavaScript
Raw Normal View History

module.exports = {
plugins: ['ghost'],
extends: [
'plugin:ghost/node'
],
rules: {
'ghost/filenames/match-exported-class': [1, null, true]
}
};