Ghost/ghost/members-gateway-api/.eslintrc.js
2019-04-18 13:49:26 +02:00

7 lines
96 B
JavaScript

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