Skip to content

Commit

Permalink
Rules update
Browse files Browse the repository at this point in the history
  • Loading branch information
ravorona committed Apr 27, 2021
1 parent 09c7771 commit ab77c18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"no-unreachable": 2,
"no-unsafe-finally": 2,
"no-unsafe-negation": 2,
"no-unused-vars": 1,
"no-unused-vars": ["error", { "vars": "all", "args": "after-used", "ignoreRestSiblings": false }],
"no-useless-call": 2,
"no-useless-computed-key": 2,
"no-useless-constructor": 2,
Expand All @@ -123,7 +123,7 @@
"no-whitespace-before-property": 2,
"no-with": 2,
"object-curly-spacing": [2, "always"],
"object-curly-newline": [2, { "multiline": true }],
"object-curly-newline": "off",
"object-property-newline": [2],
"one-var": [2, { "initialized": "never" }],
"one-var-declaration-per-line": [2, "always"],
Expand Down

0 comments on commit ab77c18

Please sign in to comment.