Update eslint rules

This commit is contained in:
Evgenii Abramov
2021-03-20 00:07:18 +03:00
parent 982ecfec2e
commit a0c1f972aa

View File

@@ -12,7 +12,8 @@
}
},
"rules": {
"indent": ["error", 4],
"no-empty": ["error", {"allowEmptyCatch": true}],
"indent": ["error", 4, {"SwitchCase": 1}],
"arrow-parens": ["error", "as-needed"]
}
}