Skip to content

Commit fd8a65c

Browse files
committed
fix(eslint): ignore dist folder
1 parent 92b7c4b commit fd8a65c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
"rules": {
99
// Place to specify ESLint rules. Can be used to overwrite rules specified from the extended configs
1010
// e.g. "@typescript-eslint/explicit-function-return-type": "off",
11-
}
11+
},
12+
"ignorePatterns": ["dist/"]
1213
}

0 commit comments

Comments
 (0)