Ghost/ghost/model-to-domain-event-interceptor/.eslintrc.js

7 lines
93 B
JavaScript
Raw Normal View History

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