Skip to content

Commit cba3391

Browse files
committed
fix: ignore dist folder when linting
1 parent 83de436 commit cba3391

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ export default [
3939
},
4040
},
4141
{
42-
ignores: [".astro/**"],
42+
ignores: [".astro/**", "dist/**"],
4343
},
4444
];

0 commit comments

Comments
 (0)