We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5168a5 commit 40f25b2Copy full SHA for 40f25b2
1 file changed
eslint.config.mts
@@ -19,7 +19,7 @@ export default defineConfig([
19
"error",
20
{ argsIgnorePattern: "^_", reportUsedIgnorePattern: true },
21
],
22
- "@typescript-eslint/no-unused-expressions": "off"
+ "@typescript-eslint/no-unused-expressions": "off",
23
},
24
25
{
0 commit comments