-
Todd Dembrey authored
Remove code no longer needed Add BSD-3 license Remove files Remove the kubctl
Todd Dembrey authoredRemove code no longer needed Add BSD-3 license Remove files Remove the kubctl
.jscsrc 319 B
{
"validateIndentation": 4,
"requireSpaceBeforeKeywords": [
"else",
"while",
"catch"
],
"disallowMultipleVarDecl": {
"allExcept": ["undefined"]
},
"fileExtensions": [".js"],
"preset":"airbnb",
"requireCamelCaseOrUpperCaseIdentifiers": "ignoreProperties"
}