Skip to content

Commit 5be7706

Browse files
committed
Add codeclimate configuration
1 parent 7a3871b commit 5be7706

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.codeclimate.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
plugins:
2+
eslint:
3+
enabled: true
4+
channel: "eslint-6"
5+
editorconfig:
6+
enabled: false
7+
fixme:
8+
enabled: true
9+
markdownlint:
10+
enabled: false
11+
12+
exclude_patterns:
13+
- "dist/"
14+
- "**/node_modules/"
15+
- "**/spec/"
16+
- "**/test/"
17+
- "**/tests/"
18+
- "**/vendor/"
19+
- "**/*.d.ts"
20+
- "**/*.stories.*"
21+
- "**/*.test.*"

0 commit comments

Comments
 (0)