Skip to content

Commit

Permalink
ci: fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Nov 8, 2023
1 parent ddb90e8 commit 8651c2f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ export default antfu(
{
ignores: ['tsconfig.json'],
},
{
rules: {
'unused-imports/no-unused-imports': 'off',
},
},
)

0 comments on commit 8651c2f

Please sign in to comment.