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

7 lines
95 B
JavaScript
Raw Permalink Normal View History

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