summaryrefslogtreecommitdiff
path: root/.jshintrc
blob: 536ec7280fd33133b2694cf6354723729a3cdb68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "globals": {
        "require": true
    },
    "node": true,
    "unused": "vars",
    "strict": true,
    "globalstrict": true,
    "undef": true,
    "browser": false,
    "devel": true
}