Skip to content

Commit

Permalink
chore: update eslint ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
pionxzh committed Jul 13, 2024
1 parent 8d2d0da commit cb1bc7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ export default pionxzh(
ignores: [
'**/node_modules/**',
'**/dist/**',
'**/browserfs/**',
'packages/browserfs/**',
'packages/e2e/fixtures',
'packages/e2e/snapshots',
],
},
{
Expand Down

0 comments on commit cb1bc7d

Please sign in to comment.