Skip to content

Commit

Permalink
chore(ci): updated bithound config
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored Dec 22, 2016
1 parent b6b0ea7 commit 8511be3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .bithoundrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,18 @@
"**/examples/**",
"**/atmosphere-packages/**"
],
"critics": {
"lint": {"engine": "tslint"}
},
"test": [
"**/test/**",
"**/tests/**",
"**/spec/**",
"**/specs/**"
]
],
"dependencies": {
"unused-ignores": [
"@types/*"
]
}
}

0 comments on commit 8511be3

Please sign in to comment.