mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
Merge pull request #92 from resin-io/misc/jshint-maxlen
Set an explicit maxlen
This commit is contained in:
commit
139e9c29c5
@ -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 ================================================
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user