Skip to content

Commit

Permalink
chore(eslint): change eslint config and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentinTh committed Apr 19, 2022
1 parent 37cf8ce commit 3e2a753
Show file tree
Hide file tree
Showing 3 changed files with 8,493 additions and 11,306 deletions.
7 changes: 4 additions & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": [
"standard",
"eslint:recommended",
"plugin:prettier/recommended",
"plugin:json/recommended",
"plugin:import/errors",
Expand All @@ -17,7 +17,7 @@
"parser": "@babel/eslint-parser",
"parserOptions": {
"sourceType": "module",
"ecmaVersion": 2017
"ecmaVersion": 2022
},
"rules": {
"no-console": "warn",
Expand All @@ -30,7 +30,8 @@
"asyncArrow": "always"
}
],
"new-cap": "warn",
"new-cap": "off",
"no-unused-vars": "off",
"max-len": [
"warn",
{
Expand Down
Loading

0 comments on commit 3e2a753

Please sign in to comment.