Skip to content

Commit

Permalink
[INTERNAL] Use boolean instead of string for 'es2022' in .eslintrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
flovogt authored Aug 15, 2023
1 parent 5aad000 commit 51d40bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"env": {
"browser": true,
"es2022": "true"
"es2022": true
},
"extends": "eslint:recommended",
"globals": {
Expand Down

0 comments on commit 51d40bf

Please sign in to comment.