summaryrefslogtreecommitdiff
path: root/.jshintrc
blob: 6683ba3cf28fd96f190f90072643017001d837ee (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "browser": true,
    "module": true,
    "curly": true,
    "devel": true,
    "esversion": 6,
    "freeze": true,
    "futurehostile": true,
    "strict": "global",
    "varstmt": true
}