Skip to content

Commit

Permalink
fix: ignore dist folder from email worker
Browse files Browse the repository at this point in the history
  • Loading branch information
BastiDood committed Aug 5, 2024
1 parent 8c005a5 commit 346963e
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 @@ -110,7 +110,7 @@ export default tsEslint.config(
},
},
{
ignores: ['**/node_modules/**/*', 'app/.svelte-kit/**/*', 'app/build/**/*'],
ignores: ['**/node_modules/**/*', 'app/.svelte-kit/**/*', 'app/build/**/*', 'email/dist/**/*'],
},
eslintPrettierConfig,
);

0 comments on commit 346963e

Please sign in to comment.