Adding bithoundrc.
This commit is contained in:
parent
61fc120b11
commit
376a5f2945
1 changed files with 12 additions and 0 deletions
12
.bithoundrc
Normal file
12
.bithoundrc
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
"ignore": [
|
||||
"dist/**",
|
||||
"node_modules/**",
|
||||
"demo/**",
|
||||
"coverage/**"
|
||||
],
|
||||
"test": [
|
||||
"spec/**"
|
||||
],
|
||||
"critics": {
|
||||
"lint": "jshint"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue