|
@@ -1,58 +0,0 @@
|
|
|
-{
|
|
|
- "esnext": true,
|
|
|
- "fileExtensions": [".js", ".es6"],
|
|
|
- "disallowImplicitTypeConversion": ["numeric", "boolean", "binary", "string"],
|
|
|
- "disallowKeywords": ["with"],
|
|
|
- "disallowKeywordsOnNewLine": ["else", "catch", "finally"],
|
|
|
- "disallowMixedSpacesAndTabs": true,
|
|
|
- "disallowNewlineBeforeBlockStatements": true,
|
|
|
- "disallowQuotedKeysInObjects": true,
|
|
|
- "disallowSpaceAfterObjectKeys": true,
|
|
|
- "disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"],
|
|
|
- "disallowSpaceBeforeBinaryOperators": [","],
|
|
|
- "disallowSpaceBeforePostfixUnaryOperators": ["++", "--"],
|
|
|
- "disallowSpacesInFunctionExpression": {
|
|
|
- "beforeOpeningRoundBrace": true
|
|
|
- },
|
|
|
- "disallowSpacesInsideArrayBrackets": true,
|
|
|
- "disallowSpacesInsideObjectBrackets": true,
|
|
|
- "disallowSpacesInsideParentheses": true,
|
|
|
- "disallowTrailingWhitespace": true,
|
|
|
- "disallowYodaConditions": true,
|
|
|
- "requireBlocksOnNewline": true,
|
|
|
- "requireCurlyBraces": ["for", "while", "do", "try", "catch"],
|
|
|
- "requireLineFeedAtFileEnd": true,
|
|
|
- "requireSpaceAfterBinaryOperators": [",", "+", "-", "/", "*", "=", "==", "===", "!=", "!=="],
|
|
|
- "requireSpaceAfterKeywords": ["if", "else", "for", "while", "do", "switch", "return", "try", "catch"],
|
|
|
- "requireSpaceBeforeBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!=="],
|
|
|
- "requireSpacesInConditionalExpression": {
|
|
|
- "afterTest": true,
|
|
|
- "beforeConsequent": true,
|
|
|
- "afterConsequent": true,
|
|
|
- "beforeAlternate": true
|
|
|
- },
|
|
|
- "requireSpacesInFunctionExpression": {
|
|
|
- "beforeOpeningCurlyBrace": true
|
|
|
- },
|
|
|
- "requireTrailingComma": {
|
|
|
- "ignoreSingleLine": true,
|
|
|
- "ignoreSingleValue": true
|
|
|
- },
|
|
|
- "safeContextKeyword": ["self"],
|
|
|
- "jsDoc": {
|
|
|
- "checkAnnotations": {
|
|
|
- "preset": "jsdoc3"
|
|
|
- },
|
|
|
- "checkParamNames": true,
|
|
|
- "checkRedundantAccess": true,
|
|
|
- "checkRedundantParams": true,
|
|
|
- "checkRedundantReturns": true,
|
|
|
- "enforceExistence": {
|
|
|
- "allExcept": ["expressions", "exports"]
|
|
|
- },
|
|
|
- "leadingUnderscoreAccess": true,
|
|
|
- "requireParamDescription": true,
|
|
|
- "requireParamTypes": true,
|
|
|
- "requireReturnTypes": true
|
|
|
- }
|
|
|
-}
|