domtokenlist-shim
Version:
A super strict shim/polyfill for DOMTokenList
29 lines (24 loc) • 543 B
Plain Text
{
"preset": "google",
"esnext": true,
"disallowMultipleVarDecl": "strict",
"maximumLineLength": null,
"validateIndentation": 4,
"disallowSpacesInAnonymousFunctionExpression": null,
"disallowSpacesInFunctionExpression": null,
"requireSpacesInFunction": {
"beforeOpeningRoundBrace": true
},
"requireSpaceAfterKeywords": [
"if",
"else",
"for",
"while",
"do",
"switch",
"return",
"try",
"catch",
"function"
]
}