Skip to content

Commit

Permalink
fix: "use strict" should not trigger strict mode in ES3 (#15846)
Browse files Browse the repository at this point in the history
Fixes #15456
  • Loading branch information
mdjermanovic committed May 6, 2022
1 parent 28116cc commit 8bf9440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -58,7 +58,7 @@
"eslint-scope": "^7.1.1",
"eslint-utils": "^3.0.0",
"eslint-visitor-keys": "^3.3.0",
"espree": "^9.3.1",
"espree": "^9.3.2",
"esquery": "^1.4.0",
"esutils": "^2.0.2",
"fast-deep-equal": "^3.1.3",
Expand Down

0 comments on commit 8bf9440

Please sign in to comment.