TryGhost/Ghost

View on GitHub
ghost/update-check-service/.eslintrc.js

Summary

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