Ghost/ghost/session-service/.eslintrc.js
2020-04-02 15:26:05 +02:00

7 lines
96 B
JavaScript

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