1.2.0 • Published 6 years ago
eslint-config-ng v1.2.0
Installing the peer dependencies
Make sure to install the peer dependencies, they will be mentioned during the install or can be found by doing npm ls.
How to use it
Add an .eslintrc file with the following:
{
extends: "eslint-config-ng"
}You can add your own custom rules for edge cases in your project.