@angular-eslint/builder 18.0.0-alpha.5 → 18.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1 +1,7 @@
|
|
|
1
1
|
# @angular-eslint/builder
|
|
2
|
+
|
|
3
|
+
Please see https://github.com/angular-eslint/angular-eslint for full usage instructions and guidance.
|
|
4
|
+
|
|
5
|
+
The `@angular-eslint/builder` package is a custom Angular CLI builder that allows you to run ESLint on your Angular CLI projects.
|
|
6
|
+
|
|
7
|
+
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.
|