gulp-transformers
Version:
A simple browserify transform factory to be used with gulp
18 lines (17 loc) • 608 B
Plain Text
{
"preset": "airbnb",
"requireDotNotation": null,
"requireCamelCaseOrUpperCaseIdentifiers": null,
"validateIndentation": 2,
"disallowSpacesInNamedFunctionExpression": null,
"disallowSpacesInFunctionExpression": null,
"disallowSpacesInAnonymousFunctionExpression": null,
"disallowSpacesInFunctionDeclaration": null,
"safeContextKeyword": "self",
"requirePaddingNewLinesAfterBlocks": null,
"validateQuoteMarks": null,
"requireTrailingComma": null,
"disallowMultipleVarDecl": null,
"disallowTrailingComma": true,
"disallowQuotedKeysInObjects": null
}