Skip to content

Commit e92353e

Browse files
committed
Exclude dist directories from lint
1 parent e361c19 commit e92353e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.eslintrc.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,12 @@
1414
"ignorePatterns": [
1515
"node_modules",
1616
".cache",
17+
"coverage/**/*",
1718
"docs/public/**/*",
18-
"coverage/**/*"
19+
"dist/**/*",
20+
"lib/**/*",
21+
"lib-*/**/*",
22+
"types/**/*"
1923
],
2024
"globals": {
2125
"__DEV__": "readonly"

0 commit comments

Comments
 (0)