Skip to content

Commit

Permalink
fix: disable no-empty-pattern for markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Apr 29, 2024
1 parent 2dcabaa commit a988fae
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 @@ -52,6 +52,7 @@ export default function unjsPreset(
"no-unused-expressions": 0,
"padded-blocks": 0,
"@typescript-eslint/no-unused-vars": 0,
"no-empty-pattern": 0,
}) as any,
},
// Preset overides
Expand Down

0 comments on commit a988fae

Please sign in to comment.