Skip to content

Commit

Permalink
feat: support eslint v8
Browse files Browse the repository at this point in the history
  • Loading branch information
theoludwig committed Oct 10, 2021
1 parent 66d2a19 commit 5308d5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
@@ -1,14 +1,14 @@
{
"parserOptions": {
"ecmaVersion": 2021,
"ecmaVersion": 2022,
"ecmaFeatures": {
"jsx": true
},
"sourceType": "module"
},

"env": {
"es2021": true,
"es2022": true,
"node": true
},

Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -11,7 +11,7 @@
"url": "https://github.com/standard/eslint-config-standard/issues"
},
"devDependencies": {
"eslint": "^7.12.1",
"eslint": "^8.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
Expand Down Expand Up @@ -47,7 +47,7 @@
"license": "MIT",
"main": "index.js",
"peerDependencies": {
"eslint": "^7.12.1",
"eslint": "^8.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1 || ^5.0.0"
Expand Down

0 comments on commit 5308d5b

Please sign in to comment.