summaryrefslogtreecommitdiffstats
path: root/js/.jshintrc
blob: 61174370955de976a308f5639c7d8863eed26997 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "globals": {
        "console": true,
        "jQuery": true,
        "$": true,
        "angular": true,
        "OC": true,
        "app": true,
        "protractor": true,
        "describe": true,
        "beforeEach": true,
        "module": true,
        "browser": true,
        "expect": true,
        "By": true,
        "it": true
    }
}