summaryrefslogtreecommitdiff
path: root/etc/status/.jshintrc
blob: 15bd571e782e313a47e425d77fd8e042971428cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "bitwise": true,
    "eqeqeq": true,
    "forin": true,
    "latedef": true,
    "newcap": true,
    "noarg": true,
    "noempty": true,
    "nonew": true,
    "undef": true,
    "unused": true,

    "strict": false,
    "laxbreak": true,
    "browser": true,

    "predef": [
        "jQuery",
        "zuul"
    ]
}