Adding bithoundrc.

This commit is contained in:
d 2016-03-02 08:44:29 -05:00
parent 61fc120b11
commit 376a5f2945

12
.bithoundrc Normal file
View file

@ -0,0 +1,12 @@
"ignore": [
"dist/**",
"node_modules/**",
"demo/**",
"coverage/**"
],
"test": [
"spec/**"
],
"critics": {
"lint": "jshint"
}