Ghost/ghost/members-auth-pages/.eslintrc.js
Fabien O'Carroll 1bad6dee4e Fixed linting for auth-pages
no-issue
2019-05-07 17:15:50 +02:00

13 lines
213 B
JavaScript

module.exports = {
plugins: ['ghost'],
extends: [
'plugin:ghost/browser',
],
parserOptions: {
sourceType: 'module',
ecmaFeatures: {
jsx: true
}
}
};