2015-05-11 17:17:47 +02:00
|
|
|
{
|
|
|
|
"fileExtensions": [ ".js", "jscs" ],
|
|
|
|
"excludeFiles": [ "node_modules/**" ],
|
|
|
|
"validateIndentation": 4,
|
|
|
|
"requireCurlyBraces": true,
|
|
|
|
"disallowMixedSpacesAndTabs": true,
|
|
|
|
"disallowMultipleSpaces": {"allowEOLComments": true},
|
2016-02-22 19:59:03 +01:00
|
|
|
"disallowKeywordsOnNewLine": [],
|
2015-05-11 21:04:51 +02:00
|
|
|
"requireSpaceBeforeBlockStatements": 1,
|
2016-04-09 19:00:14 +02:00
|
|
|
//"requireSpaceBeforeObjectValues": false,
|
2015-05-11 17:17:47 +02:00
|
|
|
//"requireSemicolons": true,
|
|
|
|
//"validateParameterSeparator": ", ",
|
2016-04-09 19:00:14 +02:00
|
|
|
//"validateQuoteMarks": false,
|
2016-02-22 19:59:03 +01:00
|
|
|
"requireSpaceAfterKeywords": ["do","for","if","else","switch","case","try","while"],
|
2016-04-09 19:00:14 +02:00
|
|
|
"maximumLineLength": 255
|
2015-05-11 17:17:47 +02:00
|
|
|
}
|