Customize new ESLint rule unicorn/switch-case-braces.

This commit is contained in:
David Anson
2022-10-04 23:00:40 -07:00
parent 434ef9c7f4
commit d7fae4d75e
+2 -1
View File
@@ -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"]
}
}