Skip to content

Commit

Permalink
Breaking: Disallow reserved words in ES3 (fixes #15017) (#15046)
Browse files Browse the repository at this point in the history
* Breaking: Disallow reserved words in ES3 (fixes #15017)

* use real version
  • Loading branch information
mdjermanovic committed Sep 10, 2021
1 parent 88a3952 commit 7cf96cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -59,7 +59,7 @@
"eslint-scope": "^6.0.0",
"eslint-utils": "^3.0.0",
"eslint-visitor-keys": "^3.0.0",
"espree": "^8.0.0",
"espree": "^9.0.0",
"esquery": "^1.4.0",
"esutils": "^2.0.2",
"fast-deep-equal": "^3.1.3",
Expand Down

0 comments on commit 7cf96cf

Please sign in to comment.