Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
Test(config): Added bitHound config
Browse files Browse the repository at this point in the history
  • Loading branch information
fvdm committed Sep 30, 2016
1 parent 2022312 commit 6350ed9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .bithoundrc
@@ -0,0 +1,13 @@
{
"critics": {
"lint": {
"engine": "eslint"
}
},
"ignore": [
"example.js"
],
"test": [
"test.js"
]
}

0 comments on commit 6350ed9

Please sign in to comment.