Update no-unused-expressions
This commit is contained in:
parent
70ecdc145f
commit
c942c43ea7
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
},
|
||||
"rules": {
|
||||
"no-unused-expressions": 0,
|
||||
"babel/no-unused-expressions": 2,
|
||||
"babel/no-unused-expressions": [2, {"allowShortCircuit": true}],
|
||||
"eol-last": ["error", "always"],
|
||||
"import/no-unresolved": 2,
|
||||
"import/order": [
|
||||
|
@ -110,6 +110,7 @@
|
|||
"SwitchCase": 0
|
||||
}
|
||||
],
|
||||
"no-use-before-define": "off",
|
||||
"@typescript-eslint/no-use-before-define": [
|
||||
2,
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue