@jkba/eslint-config-angular 1.7.0 → 1.7.1

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 +2 -2
package/README.md CHANGED
@@ -5,6 +5,8 @@
5
5
 
6
6
  Opinionated ESLint config for Angular projects
7
7
 
8
+ > ⚠️ **Support for ESLint v9**: See issue https://github.com/jmeinlschmidt/eslint-config-angular/issues/17
9
+
8
10
 
9
11
  ## Installation
10
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jkba/eslint-config-angular",
3
- "version": "1.7.0",
3
+ "version": "1.7.1",
4
4
  "description": "Opinionated ESLint config for Angular projects",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -37,7 +37,7 @@
37
37
  "@angular-eslint/template-parser": ">=16",
38
38
  "@typescript-eslint/eslint-plugin": ">=6",
39
39
  "@typescript-eslint/parser": ">=6",
40
- "eslint": ">=8",
40
+ "eslint": "^8",
41
41
  "eslint-config-prettier": ">=8",
42
42
  "eslint-import-resolver-typescript": ">=3.5.5",
43
43
  "eslint-plugin-import": ">=2.27.0",