mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
64d3b11fd9
again not pushed to npm - still just whitespace.
13 lines
455 B
Plaintext
13 lines
455 B
Plaintext
{
|
|
"fileExtensions": [ ".js", "jscs" ],
|
|
"excludeFiles": [ "node_modules/**" ],
|
|
"validateIndentation": 4,
|
|
"requireCurlyBraces": true,
|
|
"disallowMixedSpacesAndTabs": true,
|
|
"disallowMultipleSpaces": {"allowEOLComments": true},
|
|
"requireSpaceBeforeBlockStatements": 1,
|
|
//"requireSemicolons": true,
|
|
//"validateParameterSeparator": ", ",
|
|
"requireSpaceAfterKeywords": ["do","for","if","else","switch","case","try","while"]
|
|
}
|