summaryrefslogtreecommitdiffstats
path: root/js/.jshintrc
blob: e84a806d55f07c48c197823911d574987f81c0cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "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,
        "inject": true
    }
}