Skip to content

Commit 40f25b2

Browse files
authored
Update eslint.config.mts (#54)
1 parent c5168a5 commit 40f25b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eslint.config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default defineConfig([
1919
"error",
2020
{ argsIgnorePattern: "^_", reportUsedIgnorePattern: true },
2121
],
22-
"@typescript-eslint/no-unused-expressions": "off"
22+
"@typescript-eslint/no-unused-expressions": "off",
2323
},
2424
},
2525
{

0 commit comments

Comments
 (0)