TryGhost/Ghost

View on GitHub
ghost/data-generator/.eslintrc.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
    plugins: ['ghost'],
    extends: [
        'plugin:ghost/node'
    ],
    rules: {
        'ghost/filenames/match-exported-class': [1, null, true]
    }
};