Socket
Book a DemoInstallSign in
Socket

@angular-eslint/builder

Package Overview
Dependencies
Maintainers
1
Versions
1078
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular-eslint/builder

Angular CLI builder for ESLint

Source
npmnpm
Version
20.5.3-alpha.2
Version published
Weekly downloads
1.8M
2.04%
Maintainers
1
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 09 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts