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