2.0.0 • Published 6 years ago

eslint-config-emakinacee-angular v2.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

eslint-config-emakinacee-angular

npm version

This package contains all ESLint angular specific rules. We recommend to use these angular specific rules in addition to our base rules.

Dependencies

  • eslint
  • eslint-plugin-angular

Usage

  1. Install the config and all dependencies mentioned above.

    npm install eslint eslint-plugin-angular eslint-config-emakinacee-angular
  2. Extend the config in your .eslintrc by adding "extends": "emakinacee-angular" e.g.:

    {
        "extends": [
            "emakinacee-angular"
        ]
    }