summaryrefslogtreecommitdiff
path: root/www/js/.jshintrc
blob: 5dca84589c6cf35cc30230f1f6c804204fe9de1e (plain)
1
2
3
4
5
6
7
8
9
{
  "globalstrict": true,
  "browser": true,
  "devel": true,
  "globals": {
    "html5ks": false,
    "when": false
  }
}