e-ucm/rage-analytics-frontend

View on GitHub
.jshintrc

Summary

Maintainability
Test Coverage
{
    // More information about these and other values can be found here
    // https://github.com/jshint/jshint/blob/master/examples/.jshintrc

    "browser": true,
    "eqeqeq": true,
    "evil": true,
    "globalstrict": true,
    "mocha": true,
    "node": true,
    "undef": true,
    "unused": "vars",
    // Global variables
    "globals": {
        "ADL": false,
        "angular": false,
        "$": false,
        "RadialProgress": true,
        "ColumnProgress": true,
        "gauss": false,
        "d3": false,
        "jQuery": false
    }
}