ESLint shareable config for Angular plugin
npm install --save-dev eslint-config-angular
Also, need to install eslint-plugin-angular.
In your .eslintrc file:
{
"extends": "angular"
}
All options from index.js may be overridden in your .eslintrc file.
MIT © Dustin Specker