Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 11, 2024
1 parent be94f18 commit d63acc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ export default antfu(
},
{
files: [
'playground/**/*.*',
'examples/**/*.*',
'test/fixtures/**/*.*',
'playground/**/*.?([mc])ts',
'examples/**/*.?([mc])ts',
'test/fixtures/**/*.?([mc])ts',
],
rules: {
'no-restricted-imports': 'off',
Expand Down

0 comments on commit d63acc9

Please sign in to comment.