diff options
Diffstat (limited to 'cmd/web/.jshintrc')
-rw-r--r-- | cmd/web/.jshintrc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/cmd/web/.jshintrc b/cmd/web/.jshintrc new file mode 100644 index 0000000..8e41200 --- /dev/null +++ b/cmd/web/.jshintrc | |||
@@ -0,0 +1,16 @@ | |||
1 | { | ||
2 | "eqeqeq": true, | ||
3 | "undef": true, | ||
4 | "unused": "vars", | ||
5 | "globals": { | ||
6 | "React": true, | ||
7 | "ReactDOM": true, | ||
8 | "Modernizr": true, | ||
9 | "$": true, | ||
10 | "ga": true | ||
11 | }, | ||
12 | "browser": true, | ||
13 | "strict": "true", | ||
14 | "browserify": true, | ||
15 | "devel": true | ||
16 | } | ||