Skip to content

Commit

Permalink
Chore(develop): Added bitHound config
Browse files Browse the repository at this point in the history
  • Loading branch information
fvdm committed Oct 15, 2016
1 parent ef0491a commit accf60c
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 accf60c

Please sign in to comment.