Skip to content
This repository was archived by the owner on Jan 20, 2020. It is now read-only.

Commit 74ac21c

Browse files
author
Luciano Nooijen
committed
Set TSLint max line length to equal ESLint setting
1 parent 1b5c36e commit 74ac21c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tslint.json

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
],
88
"rules": {
99
"arrow-parens": false,
10+
"max-line-length": [true, 80],
1011
"no-console": [true, "log", "error"],
1112
"no-empty": true,
1213
"no-invalid-this": true,

0 commit comments

Comments
 (0)