Ghost/ghost/sdk/layer1/.eslintrc.js
2018-11-09 13:24:16 +05:30

7 lines
96 B
JavaScript

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