Skip to content

Commit 4aff5df

Browse files
committed
Ignore non-source dirs for linting
1 parent 620ee62 commit 4aff5df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.eslintrc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ globals:
1212
jasmine: false
1313
parserOptions:
1414
ecmaVersion: 5
15+
ignorePatterns:
16+
- 'coverage/**'
17+
- 'dist/**'
1518
rules:
1619
indent:
1720
- error

0 commit comments

Comments
 (0)