We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 620ee62 commit 4aff5dfCopy full SHA for 4aff5df
1 file changed
.eslintrc.yml
@@ -12,6 +12,9 @@ globals:
12
jasmine: false
13
parserOptions:
14
ecmaVersion: 5
15
+ignorePatterns:
16
+ - 'coverage/**'
17
+ - 'dist/**'
18
rules:
19
indent:
20
- error
0 commit comments