UNPKG

x-path

Version:

An extention for native node path module.

21 lines (20 loc) 896 B
{ "requireCurlyBraces": ["if", "else", "for", "while", "do", "try", "catch"], "requireSpaceAfterKeywords": ["if", "else", "for", "while", "do", "switch", "return", "try", "catch"], "disallowSpaceBeforeBinaryOperators": [",", ":"], "disallowSpaceAfterBinaryOperators": ["!"], "requireSpaceBeforeBinaryOperators": ["?", "+", "-", "/", "*", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="], "requireSpaceAfterBinaryOperators": ["?", "+", "/", "*", ":", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="], "disallowImplicitTypeConversion": ["string"], "disallowKeywords": ["with"], "disallowMultipleLineBreaks": true, "disallowKeywordsOnNewLine": ["else"], "disallowTrailingWhitespace": true, "requireLineFeedAtFileEnd": true, "validateIndentation": 2, "validateQuoteMarks": "'", "validateJSDoc": { "checkParamNames": true, "requireParamTypes": true } }