summaryrefslogtreecommitdiff
path: root/.jshintrc
blob: 5379688dac52e217f4ccc389d42a8a7638d4bb9b (plain)
1
2
3
4
5
6
7
{
    "browser": true,
    "module": true,
    "devel": true,
    "esversion": 6,
    "strict": "global"
}