mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-24 19:56:37 +00:00
Throw warnings for unused and undefined variables
This commit is contained in:
parent
113a3d2d14
commit
284f9087b2
@ -44,6 +44,8 @@
|
||||
"strict" : true, // Require `use strict` pragma in every file.
|
||||
"trailing" : true, // Prohibit trailing whitespaces.
|
||||
"maxlen" : 130, // Limit line length.
|
||||
"unused" : true, // Prohibit unused variables.
|
||||
"undef" : true, // Prohibit undefined variables.
|
||||
|
||||
// == Relaxing Options ================================================
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user