Skip to content

Commit

Permalink
Changed jslint to tslint
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienCastex committed May 12, 2017
1 parent 44c84ff commit bd8ad51
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .bithoundrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@
"lib/**",
"node_modules/**",
"test/**"
]
],
"critics": {
"lint": {
"engine": "tslint"
}
}
}

0 comments on commit bd8ad51

Please sign in to comment.