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