Add bithound configuration

This commit is contained in:
Jan Nicklas 2017-01-30 00:12:05 +01:00
parent d45e980e7d
commit e71b512548
1 changed files with 9 additions and 0 deletions

9
.bithoundrc Normal file
View File

@ -0,0 +1,9 @@
{
"ignore": [
"**/examples/**",
"**/node_modules/**",
],
"test": [
"**/spec/**"
]
}