Skip to content

Commit

Permalink
chore: Notice about eslint@9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeinlschmidt committed Aug 25, 2024
1 parent 6a25b31 commit f5e2122
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

Opinionated ESLint config for Angular projects

> ⚠️ **Support for ESLint v9**: See issue https://github.com/jmeinlschmidt/eslint-config-angular/issues/17

## Installation

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@angular-eslint/template-parser": ">=16",
"@typescript-eslint/eslint-plugin": ">=6",
"@typescript-eslint/parser": ">=6",
"eslint": ">=8",
"eslint": "^8",
"eslint-config-prettier": ">=8",
"eslint-import-resolver-typescript": ">=3.5.5",
"eslint-plugin-import": ">=2.27.0",
Expand Down

0 comments on commit f5e2122

Please sign in to comment.