@zenloopgmbh/eslint-config-ember
This config configures all recommended Eslint rules by Zenloop for Ember.js projects.
Installation
npm i -D @zenloopgmbh/eslint-config-ember
Usage
In eslintrc.js
file add:
{
"extends": [
"@zenloopgmbh/ember"
]
}
Development
To update plugins and the rules:
-
Update all plugins packages to the latest
-
Run npm test
inside of the package directory.
-
Apply missing rules and remove deprecated ones.
-
Go to https://github.com/ember-cli/eslint-plugin-ember and verify that each category has it's own file in /lib
directory.
-
In case of the category is missing a file, first add a new test and then create a file with new rules.