Address new lint errors from previous commit.

This commit is contained in:
David Anson
2026-08-14 16:44:27 -07:00
parent b0b03c6ead
commit 7be64c3a4b
+2 -1
View File
@@ -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 ] } ]
}
},
{