gulp-advanced-file-include
Version:
an advanded gulp plugin for file include based on the work of coderhaoxin (coderhaoxin/gulp-file-include) and Bogdan Chadkin
28 lines (27 loc) • 517 B
Plain Text
{
"preset": "google",
"maximumLineLength": {
"value": 240,
"allowComments": true,
"allowRegex": true
},
"requireCurlyBraces": [
"else",
"for",
"while",
"do",
"try",
"catch"
],
"disallowSpacesInFunction": {
"beforeOpeningRoundBrace": true
},
"disallowMultipleVarDecl": "exceptUndefined",
"disallowSpacesInsideObjectBrackets": null,
"disallowMultipleSpaces": true,
"excludeFiles": [
"bower_components/**",
"node_modules/**",
"coverage/**"
]
}