Skip to content

Commit

Permalink
Added tslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienCastex committed May 12, 2017
1 parent 8e81091 commit c4619c2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .bithoundrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,16 @@
],
"critics": {
"lint": {
"engine": "tslint"
"engine": "tslint",
"rules": {
"no-bitwise:": false,
"one-line:": false,
"semicolon:": false,
"typedef-whitespace:": false,
"no-shadowed-variable:": false,
"max-line-length:": false,
"forin:": false
}
}
}
}

0 comments on commit c4619c2

Please sign in to comment.