diff --git a/.jshintrc b/.jshintrc index 582c1bb2..bce31b04 100644 --- a/.jshintrc +++ b/.jshintrc @@ -41,6 +41,7 @@ "undef" : true, // Require all non-global variables be declared before they are used. "strict" : true, // Require `use strict` pragma in every file. "trailing" : true, // Prohibit trailing whitespaces. + "maxlen" : 130, // Limit line length. // == Relaxing Options ================================================ //