Skip to content

Commit

Permalink
6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Septh committed Jun 2, 2023
1 parent b56cb90 commit 3d202a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/node_modules
/dist
/out
zz_*
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"env": {
"node": true,
"es2021": true
"es2022": true
},
"rules": {
"no-debugger": "off",
Expand Down

0 comments on commit 3d202a8

Please sign in to comment.