Skip to content

Commit 3b3214d

Browse files
committed
Disable dist
1 parent c0486ce commit 3b3214d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const compat = new FlatCompat({
2121
});
2222

2323
export default defineConfig([
24-
globalIgnores(["!**/.*", "**/node_modules/.*"]),
24+
globalIgnores(["!**/.*", "**/node_modules/.*", "**/dist/*"]),
2525
{
2626
extends: compat.extends("eslint:recommended"),
2727

0 commit comments

Comments
 (0)