Z-Wave-Me/home-automation-ui

View on GitHub
.jscsrc

Summary

Maintainability
Test Coverage
{
    "preset": "yandex",
    "fileExtensions": [ ".js", "jscs" ],

    "requireParenthesesAroundIIFE": true,
    "maximumLineLength": 120,
    "validateLineBreaks": "LF",
    "validateIndentation": 4,

    "disallowKeywords": ["with"],
    "disallowSpacesInsideObjectBrackets": null,
    "disallowImplicitTypeConversion": ["string"],

    "safeContextKeyword": "that",

    "excludeFiles": [
        "node_modules/**",
        "htdocs/bower_components/**",
        "htdocs/js/libs/**"
    ]
}