0.5.0 • Published 8 years ago

eslint-config-angular v0.5.0

Weekly downloads
23,823
License
MIT
Repository
github
Last release
8 years ago

eslint-config-angular

NPM version Build Status Coverage Status

Code Climate Dependencies DevDependencies

ESLint shareable config for Angular plugin

Install

npm install --save-dev eslint-config-angular

Also, need to install eslint-plugin-angular.

Usage

In your .eslintrc file:

{
  "extends": "angular"
}

This config will

All options from index.js may be overridden in your .eslintrc file.

LICENSE

MIT © Dustin Specker