We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 450ee51 commit 88a97e9Copy full SHA for 88a97e9
1 file changed
.eslintrc.yml
@@ -13,6 +13,10 @@ globals:
13
StackGenerator: false
14
parserOptions:
15
ecmaVersion: 5
16
+ignorePatterns:
17
+ - 'coverage/**'
18
+ - 'dist/**'
19
+ - '**/*.ts'
20
rules:
21
indent:
22
- error
0 commit comments