Skip to content

Commit

Permalink
chore: update lint
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 29, 2024
1 parent 1103159 commit 62e01c1
Show file tree
Hide file tree
Showing 4 changed files with 1,161 additions and 1,157 deletions.
8 changes: 6 additions & 2 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,17 @@ export default antfu(
},
},
ignores: [
'packages/shiki/src/langs/**',
'packages/shiki/src/themes/**',
'**/fixtures/**',
'**/vendor/**',
'**/test/out/**',
'docs/languages.md',
'docs/themes.md',
// Generated Files
'packages/shiki/src/langs/**',
'packages/shiki/src/themes/**',
'packages/shiki/src/langs-bundle-full.ts',
'packages/shiki/src/langs-bundle-web.ts',
'packages/shiki/src/themes.ts',
],
},
{
Expand Down
Loading

0 comments on commit 62e01c1

Please sign in to comment.