aboutsummaryrefslogblamecommitdiff
path: root/cmd/web/.jshintrc
blob: 8e4120068788a3c70080afec4f6d88a2332dc873 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                             
{
  "eqeqeq": true,
  "undef": true,
  "unused": "vars",
  "globals": {
	       "React": true,
          "ReactDOM": true,
          "Modernizr": true,
	        "$": true,
          "ga": true
             },
  "browser": true,
  "strict": "true",
  "browserify": true,
  "devel": true
}