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.
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.