Ghost/ghost/mw-session-from-token/.eslintrc.js
2020-04-05 15:58:33 +02:00

7 lines
96 B
JavaScript

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