Ghost/ghost/bookshelf-repository/test/.eslintrc.js

8 lines
136 B
JavaScript

module.exports = {
parser: '@typescript-eslint/parser',
plugins: ['ghost'],
extends: [
'plugin:ghost/test'
]
};