Ghost/ghost/members-auth-pages/.eslintrc.js

13 lines
213 B
JavaScript
Raw Normal View History

2019-05-07 11:29:07 +03:00
module.exports = {
plugins: ['ghost'],
extends: [
'plugin:ghost/browser',
],
parserOptions: {
sourceType: 'module',
ecmaFeatures: {
jsx: true
}
}
};