mirror of
https://github.com/DavidAnson/markdownlint-cli2-action.git
synced 2024-11-21 13:51:28 +01:00
Customize new ESLint rule unicorn/switch-case-braces.
This commit is contained in:
parent
434ef9c7f4
commit
d7fae4d75e
1 changed files with 2 additions and 1 deletions
|
@ -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"]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue