Skip to content

Commit c395def

Browse files
committed
chore: increase maximum line length
1 parent 72ac2e6 commit c395def

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

etc/dtslint/tslint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"max-file-line-count": [ true, 1000 ],
140140
"max-line-length": [ true,
141141
{
142-
"limit": 80,
142+
"limit": 1000,
143143
"ignore-pattern": "^import |\\/\\/ |\\/?\\* "
144144
}
145145
],

0 commit comments

Comments
 (0)