Ghost/ghost/members-ssr/.eslintrc.js

7 lines
95 B
JavaScript
Raw Normal View History

2019-04-02 11:20:43 +03:00
module.exports = {
plugins: ['ghost'],
extends: [
'plugin:ghost/node'
2019-04-02 11:20:43 +03:00
]
};