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