Skip to content

Commit

Permalink
@typescript-eslint downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Romanchuk committed Nov 23, 2021
1 parent 95678f7 commit c4071eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"@angular-eslint/eslint-plugin-template": ">=12.0.0 <13.0.0",
"@angular-eslint/schematics": ">=12.0.0 <13.0.0",
"@angular-eslint/template-parser": ">=12.0.0 <13.0.0",
"@typescript-eslint/eslint-plugin": "~5.4.0",
"@typescript-eslint/parser": "~5.4.0",
"@typescript-eslint/eslint-plugin": ">=4.0.0 <5.0.0",
"@typescript-eslint/parser": ">=4.0.0 <5.0.0",
"eslint": "~8.3.0",
"eslint-plugin-import": "~2.25.3",
"eslint-plugin-jsdoc": "~37.0.3",
Expand Down

0 comments on commit c4071eb

Please sign in to comment.