cli-argparse
Version:
Lightweight argument parser
20 lines (19 loc) • 553 B
Plain Text
{
"fileExtensions": [".js", "jscs"],
"requireSemicolons": false,
"requireParenthesesAroundIIFE": true,
"maximumLineLength": 80,
"validateLineBreaks": "LF",
"validateIndentation": 2,
"requireMultipleVarDecl": false,
"disallowTrailingComma": true,
"disallowSpacesInConditionalExpression": false,
"disallowSpaceAfterKeywords": false,
"disallowSpaceBeforeBlockStatements": false,
"disallowSpacesInsideObjectBrackets": null,
"excludeFiles": [
"node_modules",
"coverage",
"target"
]
}