Skip to content

Commit

Permalink
Updated lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienCastex committed May 12, 2017
1 parent aa85405 commit b7a135a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .bithoundrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"critics": {
"lint": {
"engine": "tslint",
"wc": { "limit": 5000 },
"configLocation": ".tslint.json"
"wc": { "limit": 5000 }
}
}
}
1 change: 1 addition & 0 deletions .tslint.json → .tslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"rules": {
"no-bitwise:": false,
"one-line:": false,
"semicolon:": false,
"typedef-whitespace:": false,
"no-shadowed-variable:": false,
"max-line-length:": false,
Expand Down

0 comments on commit b7a135a

Please sign in to comment.