Skip to content

Commit 41ceabb

Browse files
committed
fix: disable no-unused-vars for markdown
1 parent 5649f7e commit 41ceabb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/eslint.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export default function unjsPreset(
4848
"no-undef": 0,
4949
"no-unused-expressions": 0,
5050
"padded-blocks": 0,
51+
"@typescript-eslint/no-unused-vars": 0,
5152
}) as any,
5253
},
5354
// Preset overides

0 commit comments

Comments
 (0)