Skip to content

Commit

Permalink
tslint disable max-line-length check
Browse files Browse the repository at this point in the history
  • Loading branch information
xiamx committed Jan 16, 2017
1 parent a616275 commit 08e204f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tslint.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "tslint-config-standard",
"rules": {
"no-trailing-whitespace": false
"no-trailing-whitespace": false,
"max-line-length": [0]
}
}

0 comments on commit 08e204f

Please sign in to comment.