@code-and-comments/eslint-config
v2.0.3
Published
Default eslint configuration for projects of Code & Comments
Readme
@code-and-comments/eslint-config
Default eslint configuration for projects of Code & Comments.
It is based on angular-eslint and ngrx-eslint with some code and comments biased config.
Setup in a project
- Install dependencies
ng add @angular-eslint/schematics
npm i -D @code-and-comments/eslint-config- Setup eslint in project
Update eslint.config.js file with the following content:
const cnc = require("@code-and-comments/eslint-config");
module.exports = [
...cnc.default
];
Update eslint-config
To update the config update the index.js file, push and tag a new version.
The package.json version will be automatically updated to the git tag via the CI pipeline.
