Skip to content

Commit

Permalink
chore: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Nov 8, 2024
1 parent 8b67a82 commit c655b97
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
export { default } from '@voxpelli/eslint-config';
import { voxpelli } from '@voxpelli/eslint-config';

export default voxpelli({
ignores: ['test-published-types/**/*'],
});

0 comments on commit c655b97

Please sign in to comment.