Ghost/ghost/sdk/layer2/.eslintrc.js
2018-11-14 08:47:17 +05:30

7 lines
96 B
JavaScript

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