Code climate yml
This commit is contained in:
parent
9616a5b783
commit
457b4bc1da
1 changed files with 11 additions and 0 deletions
11
.codeclimate.yml
Normal file
11
.codeclimate.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
engines:
|
||||||
|
duplication:
|
||||||
|
enabled: false
|
||||||
|
config:
|
||||||
|
languages:
|
||||||
|
- javascript:
|
||||||
|
ratings:
|
||||||
|
paths:
|
||||||
|
- "**.js"
|
||||||
|
exclude_paths:
|
||||||
|
- "node_modules/**/*"
|
Loading…
Add table
Reference in a new issue