Skip to content

Commit 6113981

Browse files
committed
remove line length option from .jshintrc
1 parent 6bc512a commit 6113981

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.jshintrc

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
22
"trailing": true,
3-
"indent": 2,
4-
"maxlen": 80
3+
"indent": 2
54
}

0 commit comments

Comments
 (0)