Ghost/ghost/members-csv/.eslintrc.js

7 lines
96 B
JavaScript
Raw Normal View History

2020-06-19 09:54:48 +03:00
module.exports = {
plugins: ['ghost'],
extends: [
'plugin:ghost/node',
]
};