mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
slightly nicer jscs style updates to several nodes
again not pushed to npm - still just whitespace.
This commit is contained in:
parent
f497b57b7d
commit
64d3b11fd9
1
.jscsrc
1
.jscsrc
@ -5,6 +5,7 @@
|
||||
"requireCurlyBraces": true,
|
||||
"disallowMixedSpacesAndTabs": true,
|
||||
"disallowMultipleSpaces": {"allowEOLComments": true},
|
||||
"requireSpaceBeforeBlockStatements": 1,
|
||||
//"requireSemicolons": true,
|
||||
//"validateParameterSeparator": ", ",
|
||||
"requireSpaceAfterKeywords": ["do","for","if","else","switch","case","try","while"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user