@angular-eslint/template-parser 18.0.0-alpha.9 → 18.0.1-alpha.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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1 +1,5 @@
1
1
  # @angular-eslint/template-parser
2
+
3
+ Please see https://github.com/angular-eslint/angular-eslint for full usage instructions and guidance.
4
+
5
+ The `@angular-eslint/template-parser` package is a custom parser for ESLint which allows you to write lint rules and run linting using ESLint on Angular templates.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular-eslint/template-parser",
3
- "version": "18.0.0-alpha.9",
3
+ "version": "18.0.1-alpha.0",
4
4
  "description": "Angular Template parser for ESLint",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -18,7 +18,7 @@
18
18
  "LICENSE"
19
19
  ],
20
20
  "dependencies": {
21
- "@angular-eslint/bundled-angular-compiler": "18.0.0-alpha.9",
21
+ "@angular-eslint/bundled-angular-compiler": "18.0.1-alpha.0",
22
22
  "eslint-scope": "^8.0.0"
23
23
  },
24
24
  "peerDependencies": {