Skip to content

Commit

Permalink
chore(eslint): change eslint config and dependencies and fix remainin…
Browse files Browse the repository at this point in the history
…g issues
  • Loading branch information
FlorentinTh committed Apr 19, 2022
1 parent 059f2cf commit 650a4af
Show file tree
Hide file tree
Showing 5 changed files with 3,445 additions and 7,785 deletions.
6 changes: 3 additions & 3 deletions .eslintrc
@@ -1,6 +1,6 @@
{
"extends": [
"standard",
"eslint:recommended",
"plugin:prettier/recommended",
"plugin:json/recommended"
],
Expand All @@ -14,7 +14,7 @@
},
"parserOptions": {
"sourceType": "module",
"ecmaVersion": 2021
"ecmaVersion": 2022
},
"rules": {
"no-console": "off",
Expand All @@ -27,7 +27,7 @@
"asyncArrow": "always"
}
],
"new-cap": "warn",
"new-cap": "off",
"max-len": [
"warn",
{
Expand Down

0 comments on commit 650a4af

Please sign in to comment.