summaryrefslogtreecommitdiff
path: root/.jshintrc
blob: 35daae7abf2c79ce638932806afff34021238640 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "globalstrict": true,
  "browser": true,
  "devel": true,
  "globals": {
    "FastClick": false,
    "Modernizr": false,
    "html5ks": false,
    "when": false
  }
}