TryGhost/Ghost

View on GitHub
ghost/model-to-domain-event-interceptor/.eslintrc.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
    plugins: ['ghost'],
    extends: [
        'plugin:ghost/ts'
    ]
};