Skip to content

Commit

Permalink
fix: eslint ignore dist
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Sep 30, 2024
1 parent 72d1f4a commit 20098d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/config/eslint/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export default tseslint.config(
'**/.svelte-kit',
'**/package',
'**/storybook-static',
'**/dist',
],
},
eslintPluginPrettierRecommended,
Expand Down

0 comments on commit 20098d9

Please sign in to comment.