Update no-unused-expressions

This commit is contained in:
Chen-I Lim 2020-11-12 14:57:21 -08:00
parent 70ecdc145f
commit c942c43ea7

View file

@ -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,
{