aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gettext-parser/.jshintrc
blob: 5a681e854195a961ff6dec7e3e3829eb5678fba3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "indent": 4,
    "node": true,
    "globalstrict": true,
    "evil": true,
    "unused": true,
    "undef": true,
    "newcap": true,
    "esnext": true,
    "curly": true,
    "eqeqeq": true,
    "expr": true,

    "predef": [
        "describe",
        "it"
    ]
}