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 00f3a8f commit 710d507
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 301 deletions.
5 changes: 3 additions & 2 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 @@ -16,11 +16,12 @@
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"ecmaVersion": 2018,
"ecmaVersion": 2022,
"sourceType": "module"
},
"rules": {
"no-console": "warn",
"no-unused-vars": "off",
"semi": ["error", "always"],
"space-before-function-paren": [
"error",
Expand Down
Loading

0 comments on commit 710d507

Please sign in to comment.