Ghost/ghost/constants/test/.eslintrc.js

7 lines
95 B
JavaScript
Raw Normal View History

2020-08-11 14:15:36 +03:00
module.exports = {
plugins: ['ghost'],
extends: [
'plugin:ghost/test'
]
};