Ghost/ghost/constants/.eslintrc.js
2020-08-11 12:24:16 +01:00

7 lines
95 B
JavaScript

module.exports = {
plugins: ['ghost'],
extends: [
'plugin:ghost/node'
]
};