Skip to content

Commit

Permalink
chore: ignore env.d.ts files for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Dec 5, 2024
1 parent 2b6f5e5 commit 7fbd22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import { storyblokLintConfig } from '@storyblok/eslint-config';
export default storyblokLintConfig({
vue: true,
}, {
ignores: ['tests/unit/coverage/', 'dist/', 'cypress/'],
ignores: ['tests/unit/coverage/', 'dist/', 'cypress/', '**/*.d.ts'],
});

0 comments on commit 7fbd22c

Please sign in to comment.