UNPKG

ember-cli-eslint

Version:

Ember-cli eslint support, for checking your application matches your coding standards.

18 lines (14 loc) 424 B
module.exports = { name: 'ember-cli-eslint', normalizeEntityName: function() { // this prevents an error when the entityName is // not specified (since that doesn't actually matter // to us }, afterInstall: function () { return this.addPackageToProject('eslint-config-ember', '^0.3.0'); }, afterUninstall: function () { return this.removePackageFromProject('eslint-config-ember'); }, };