mirror of
https://github.com/DavidAnson/markdownlint-cli2-action.git
synced 2026-08-16 02:40:30 +02:00
Address new lint errors from previous commit.
This commit is contained in:
+2
-1
@@ -52,7 +52,8 @@ export default defineConfig(
|
||||
"unicorn/no-array-callback-reference": "off",
|
||||
"unicorn/prefer-await": "off",
|
||||
"unicorn/prefer-module": "off",
|
||||
"unicorn/prefer-top-level-await": "off"
|
||||
"unicorn/prefer-top-level-await": "off",
|
||||
"unicorn/single-line-block-comment-style": [ "error", "multiline", { "ignore": [ /^@type(?:def)? /u ] } ]
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user