0
0
Fork 0
mirror of https://github.com/DavidAnson/markdownlint-cli2-action.git synced 2024-10-16 12:07:01 +02:00

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

This commit is contained in:
David Anson 2022-10-05 05:57:42 +00:00
parent 434ef9c7f4
commit d7fae4d75e

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"]
}
}