diff --git a/.eslintrc.json b/.eslintrc.json index fab8b40..f82f882 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -65,6 +65,7 @@ "unicorn/no-array-callback-reference": "off", "unicorn/no-unsafe-regex": "off", "unicorn/prefer-module": "off", - "unicorn/prefer-top-level-await": "off" + "unicorn/prefer-top-level-await": "off", + "unicorn/switch-case-braces": ["error", "avoid"] } }