Add bettercode (#30)

This commit is contained in:
Rodrigo Nascimento 2017-08-18 14:02:12 -03:00 committed by GitHub
parent 119f80c479
commit 29b642b806
1 changed files with 14 additions and 0 deletions

14
.bettercodehub.yml Normal file
View File

@ -0,0 +1,14 @@
component_depth: 2
languages:
- javascript
- name: javascript
production:
exclude:
- .*\.test\.js
- .*\/__test__\/.*\.js
- .*\/__mock__\/.*\.js
test:
include:
- .*\.test\.js
- .*\/__test__\/.*\.js