{
    "requireMultipleVarDecl": true,
    "requireCurlyBraces": ["if", "else", "for", "while", "do"],
    "disallowLeftStickedOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="],
    "disallowRightStickedOperators": ["?", "+", "/", "*", ":", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="],
    "requireRightStickedOperators": ["!"],
    "requireLeftStickedOperators": [","],
    "disallowKeywords": ["with"],
    "disallowMultipleLineBreaks": true,
    "requireAlignedObjectValues": "skipWithLineBreak",
    "validateJSDoc": {
        "checkParamNames": true,
        "requireParamTypes": true
    },
    "excludeFiles": [
        "node_modules",
        "lib-cov",
        "html-report"
    ]
}
