0.0.4 • Published 8 years ago

eslint-plugin-angular-off v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
8 years ago

Npm dependencies devDependency Status

Summary

This is a wrapper around eslint-plugin-angular to disable all eslint-plugin-angular rules by default.

Install

npm install eslint-plugin-angular-off --save-dev

You also need to install eslint-plugin-angular.

npm install eslint-plugin-angular --save-dev

Usage

Enable the plugin in the .eslintrc

{
  "plugins" : ["angular-off"]
}

Configure rules:

{
  "rules": {
      "angular-off/log" : 2
  }
}

Rules

For rules documentation see eslint-plugin-angular. All rules are defined in eslint-plugin-angular. This package is just a wrapper.

Prepend all rules with angular-off instead of angular

0.0.4

8 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago