Newer
Older
{
"preset": "google",
"fileExtensions": [".js", "jscs"],
"requireParenthesesAroundIIFE": true,
"maximumLineLength": 120,
"validateLineBreaks": "LF",
"validateIndentation": "\t",
"disallowKeywords": ["with"],
"disallowSpacesInsideObjectBrackets": null,
"disallowImplicitTypeConversion": ["string"],
"requireCamelCaseOrUpperCaseIdentifiers": "ignoreProperties",
"safeContextKeyword": "_this",
"excludeFiles": [
"node_modules/",
"vendor/",
".git/",
"l10n/",
"jsDoc": {
"checkAnnotations": {
"preset": "jsdoc3",
"extra": {
"copyright": true,
"file": true,
"overview": true,
"fileoverview": true,
"private": true
}
}
}