Skip to content

Commit d11f266

Browse files
committed
Update .jshintrc with new line length
1 parent b7fbc7b commit d11f266

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

linters/.jshintrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
// Prohibit use of a variable before it is defined.
3535
"latedef": true,
3636

37-
// Enforce line length to 80 characters
38-
"maxlen": 80,
37+
// Enforce line length to 100 characters
38+
"maxlen": 100,
3939

4040
// Require capitalized names for constructor functions.
4141
"newcap": true,

0 commit comments

Comments
 (0)