Skip to content

Commit

Permalink
Disable max line length rule
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Jan 19, 2017
1 parent a443a68 commit fcd7b9b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ module.exports = {
SwitchCase: 1
}
],
'max-line-length': [
true,
120
],
'no-trailing-whitespace': true,
'trailing-comma': [
true,
Expand Down

0 comments on commit fcd7b9b

Please sign in to comment.