@angular-eslint/eslint-plugin 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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +8 -5
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @angular-eslint/eslint-plugin
2
2
 
3
+ Please see https://github.com/angular-eslint/angular-eslint for full usage instructions and guidance.
4
+
3
5
  ## Premade configs
4
6
 
5
7
  - [Premade configs](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/src/configs)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@angular-eslint/eslint-plugin",
3
- "version": "18.0.0-alpha.5",
4
- "description": "ESLint plugin for Angular applications, following angular.dev/style-guide",
3
+ "version": "18.0.0",
4
+ "description": "ESLint plugin for Angular applications, following https://angular.dev/style-guide",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -18,9 +18,12 @@
18
18
  "LICENSE"
19
19
  ],
20
20
  "dependencies": {
21
- "@angular-eslint/bundled-angular-compiler": "18.0.0-alpha.5",
22
- "@angular-eslint/utils": "18.0.0-alpha.5",
23
- "@typescript-eslint/utils": "8.0.0-alpha.16"
21
+ "@angular-eslint/bundled-angular-compiler": "18.0.0",
22
+ "@angular-eslint/utils": "18.0.0",
23
+ "@typescript-eslint/utils": "8.0.0-alpha.20"
24
+ },
25
+ "devDependencies": {
26
+ "@angular-eslint/test-utils": "18.0.0"
24
27
  },
25
28
  "peerDependencies": {
26
29
  "eslint": "^8.57.0 || ^9.0.0",