Skip to content

Commit

Permalink
chore: ignore d.t.s files
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Jan 20, 2025
1 parent a229bd8 commit ff58b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ export default tseslint.config(
},
},
{
ignores: ['packages/villus/dist/*', 'packages/batch/dist/*', 'packages/multipart/dist/*'],
ignores: ['packages/villus/dist/*', 'packages/batch/dist/*', 'packages/multipart/dist/*', '*.d.ts'],
},
);

0 comments on commit ff58b8e

Please sign in to comment.