summaryrefslogtreecommitdiff
path: root/.jshintrc
blob: 8eab36cdbc5f6d1e5a9c7ba6b7b73d17e22bfcca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "globals": {
        "require": true,
        "define": true,
        "module": true
    },
    "browser": true,

    "globalstrict": true,
    "moz": true,
    "undef": true,
    // for console.log
    "devel": true,

    "maxerr": 1000
}