Ghost/ghost/donations/.eslintrc.js

7 lines
93 B
JavaScript

module.exports = {
plugins: ['ghost'],
extends: [
'plugin:ghost/ts'
]
};