Ghost/ghost/members-csv/.eslintrc.js
2020-06-19 18:54:48 +12:00

7 lines
96 B
JavaScript

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