brisket/brisket

View on GitHub
build_tools/config/jshintrc.json

Summary

Maintainability
Test Coverage
{
    "curly": true,
    "undef": true,
    "unused": true,
    "strict": true,
    "trailing": true,
    "camelcase": true,
    "noarg": true,
    "curly": true,
    "indent": 4,
    "globals": {
        "console": true,
        "document": true,
        "global": true,
        "module": true,
        "require": true,
        "window": true,
        "__dirname": true,
        "process": true,
        "setTimeout": true,
        "clearTimeout": true,
        "jasmine": true,
        "it": true,
        "xit": true,
        "describe": true,
        "expect": true,
        "waitsFor": true,
        "runs": true,
        "beforeEach": true,
        "afterEach": true,
        "spyOn": true,
        "wait": true,
        "forEach": true
    },
    "globalstrict": true,
    "-W069": true
}