Sha256: d12d88a04ea24d515e1f5a8077fc13b68eb7f3b0429d548e1f2b157ef98f5b3e

Contents?: true

Size: 736 Bytes

Versions: 2

Compression:

Stored size: 736 Bytes

Contents

{
    "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"
    ]
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
xcodebuild-helper-1.2.5 externals/ios-sim-master/node_modules/vow-queue/.jscs.json
xcodebuild-helper-1.2.3 externals/ios-sim-master/node_modules/vow-queue/.jscs.json