Skip to content

Commit 3c14422

Browse files
fix(core): exclude dist directories from ESLint
Co-authored-by: FrozenPandaz <FrozenPandaz@users.noreply.github.com>
1 parent a940e58 commit 3c14422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"env": {
55
"node": true
66
},
7-
"ignorePatterns": ["**/*.ts", "**/test-output"],
7+
"ignorePatterns": ["**/*.ts", "**/test-output", "**/dist"],
88
"plugins": ["@typescript-eslint", "@nx"],
99
"extends": ["plugin:storybook/recommended"],
1010
"rules": {

0 commit comments

Comments
 (0)