Skip to content

Commit

Permalink
chore(#621): update eslint to v8 (#624)
Browse files Browse the repository at this point in the history
* update eslint to v8

* make our current webpack setup work with eslint 8

* remove TODOs now that eslint knows how to parse this syntax

* merge package-lock.json

* bump `es6` => `es2022` in eslint config
  • Loading branch information
m5r authored Jul 22, 2024
1 parent 22b0d53 commit 02de743
Show file tree
Hide file tree
Showing 13 changed files with 12,146 additions and 31,786 deletions.
6 changes: 3 additions & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"env": {
"es6": true,
"es2022": true,
"node": true
},
"extends": [
"eslint:recommended",
"plugin:node/recommended"
"plugin:n/recommended"
],
"parserOptions": {
"ecmaVersion": 8
"ecmaVersion": 2022
},
"rules": {
"eqeqeq": "error",
Expand Down
Loading

0 comments on commit 02de743

Please sign in to comment.