mirror of
https://github.com/DavidAnson/markdownlint-cli2-action.git
synced 2026-07-03 08:20:49 +02:00
Customize new ESLint rule unicorn/switch-case-braces.
This commit is contained in:
+2
-1
@@ -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"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user