Ghost/ghost/members-gateway-api/.eslintrc.js

7 lines
96 B
JavaScript
Raw Normal View History

2019-04-18 14:45:00 +03:00
module.exports = {
plugins: ['ghost'],
extends: [
'plugin:ghost/node',
]
};