dustinspecker / eslint-config-angular

ESLint shareable config for Angular plugin
MIT License
24 stars 5 forks source link

Turn all rules off by default #2

Closed dustinspecker closed 8 years ago

dustinspecker commented 9 years ago

Currently, we just match the default values provided by eslint-plugin-angular. This really doesn't add much value.

Turning all rules off be default does add value by matching ESLint's decision to have all rules off by default and makes it easier for teams to enable rules one by one.

This will be a breaking change.

dustinspecker commented 8 years ago

This is default behavior of ESLint of v2.