Skip to content

Commit

Permalink
[Fix] pin eslint to < v8.9, since it breaks ES3 strict mode parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Feb 12, 2022
1 parent 3bdaab5 commit a6efbad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -31,14 +31,14 @@
"aud": "^2.0.0",
"auto-changelog": "^2.4.0",
"eclint": "^2.8.1",
"eslint": "^8.8.0",
"eslint": "^8.8.0 <8.9",
"eslint-find-rules": "^4.1.0",
"in-publish": "^2.0.1",
"safe-publish-latest": "^2.0.0",
"tape": "^5.5.0"
},
"peerDependencies": {
"eslint": "^8.8.0"
"eslint": "^8.8.0 <8.9"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
Expand Down

0 comments on commit a6efbad

Please sign in to comment.