Skip to content

Commit

Permalink
fix: Deprecated support for eslint@^6
Browse files Browse the repository at this point in the history
\### Rationale
No longer effective on `eslint@6`. It does not throw an error but it
does not work either.  Not sure when it happened but likely in `>1.2.4`
  • Loading branch information
codejedi365 committed Oct 29, 2021
1 parent 93456ef commit 1c2c77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@typescript-eslint/experimental-utils": "^4.32.0"
},
"peerDependencies": {
"eslint": ">=6.8.0"
"eslint": "^7.0.0"
},
"resolutions": {
"trim": "^1.0.1"
Expand Down

0 comments on commit 1c2c77b

Please sign in to comment.