@ng-all/eslint-config
v0.2.1
Published
eslint-config for Angular projects
Downloads
260
Maintainers
Readme
@ng-all/eslint-config
eslint-config for Angular projects
Usage
- get the package from npm
$ npm install @ng-all/eslint-config -D
- just extends it in your eslint config file eg.
eslint.config.mjs
import { default as config } from '@ng-all/eslint-config';
export default config;
- linting
$ npx eslint