mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
Set an explicit maxlen
Hound CI uses it's default otherwise, which is too short.
This commit is contained in:
parent
79ebe75472
commit
cdb863c7cf
@ -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