Skip to content

Commit

Permalink
fix: disable no-unused-vars for markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Apr 9, 2024
1 parent 5649f7e commit 41ceabb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/eslint.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export default function unjsPreset(
"no-undef": 0,
"no-unused-expressions": 0,
"padded-blocks": 0,
"@typescript-eslint/no-unused-vars": 0,
}) as any,
},
// Preset overides
Expand Down

0 comments on commit 41ceabb

Please sign in to comment.