UNPKG

async-validate

Version:

Asynchronous validation for node and the browser

21 lines (20 loc) 586 B
{ "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": [ "test/spec.js", "node_modules", "coverage", "async-validate.js" ] }