summaryrefslogtreecommitdiffstats
path: root/js/.jshintrc
blob: 7d424890df646704289e8c6dad46bc672cb1127a (plain)
1
2
3
4
5
6
7
8
9
10
{
    "globals": {
        "console": true,
        "jQuery": true,
        "$": true,
        "angular": true,
        "OC": true,
        "app": true
    }
}