JSPM

@angular-eslint/builder

20.5.2-alpha.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1742104
  • Score
    100M100P100Q188049F
  • License MIT

Angular CLI builder for ESLint

Package Exports

  • @angular-eslint/builder
  • @angular-eslint/builder/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@angular-eslint/builder) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@angular-eslint/builder

Please see https://github.com/angular-eslint/angular-eslint for full usage instructions and guidance.

The @angular-eslint/builder package is a custom Angular CLI builder that allows you to run ESLint on your Angular CLI projects.

It wraps the ESLint programmatic node API (https://eslint.org/docs/latest/integrate/nodejs-api) to provide a seamless experience via ng lint that is closely equivalent to using the eslint CLI directly.

Performance statistics

You can profile rule execution times by enabling ESLint's stats output:

ng lint --stats

This option requires a flat ESLint configuration (eslint.config.js/ts/mjs). Using --stats with legacy .eslintrc.* files will cause an error.