mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-27 21:26:38 +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.
|
"strict" : true, // Require `use strict` pragma in every file.
|
||||||
"trailing" : true, // Prohibit trailing whitespaces.
|
"trailing" : true, // Prohibit trailing whitespaces.
|
||||||
"maxlen" : 130, // Limit line length.
|
"maxlen" : 130, // Limit line length.
|
||||||
|
"unused" : true, // Prohibit unused variables.
|
||||||
|
"undef" : true, // Prohibit undefined variables.
|
||||||
|
|
||||||
// == Relaxing Options ================================================
|
// == Relaxing Options ================================================
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user