Also switch to the new 'wikimedia' preset in jscs to make .jscsrc shorter (but with a number of exemptions that need to be cleaned up later). Change-Id: I836f3e96f2126f3684c3e60b7fa11de8724b5262
10 lines
262 B
Text
10 lines
262 B
Text
{
|
|
"preset": "wikimedia",
|
|
|
|
"disallowDanglingUnderscores": null,
|
|
"disallowKeywordsOnNewLine": null,
|
|
"disallowQuotedKeysInObjects": null,
|
|
"requireCamelCaseOrUpperCaseIdentifiers": null,
|
|
"requireSpacesInsideArrayBrackets": null,
|
|
"validateIndentation": null
|
|
}
|