Skip to content
Merged
23 changes: 2 additions & 21 deletions webapp/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -272,19 +272,7 @@
"no-lone-blocks": 2,
"no-lonely-if": 2,
"no-loop-func": 2,
"no-magic-numbers": [
1,
{
"ignore": [
-1,
0,
1,
2
],
"enforceConst": true,
"detectObjects": true
}
],
"no-magic-numbers": "off",
"no-mixed-operators": [
2,
{
Expand Down Expand Up @@ -377,14 +365,7 @@
"args": "after-used"
}
],
"no-use-before-define": [
2,
{
"classes": false,
"functions": false,
"variables": false
}
],
"no-use-before-define": "off",
"no-useless-computed-key": 2,
"no-useless-concat": 2,
"no-useless-constructor": 2,
Expand Down
Loading