Skip to content

Commit db79c70

Browse files
committed
eslint ignore dist
1 parent 045366a commit db79c70

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.eslintrc.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ module.exports = {
99
'plugin:@typescript-eslint/eslint-recommended',
1010
'plugin:@typescript-eslint/recommended'
1111
],
12+
ignorePatterns: [
13+
'**/dist/*'
14+
],
1215
root: true,
1316
env: {
1417
node: true

0 commit comments

Comments
 (0)