aboutsummaryrefslogtreecommitdiff
path: root/cmd/web/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/web/.jshintrc')
-rw-r--r--cmd/web/.jshintrc16
1 files changed, 0 insertions, 16 deletions
diff --git a/cmd/web/.jshintrc b/cmd/web/.jshintrc
deleted file mode 100644
index 8e41200..0000000
--- a/cmd/web/.jshintrc
+++ /dev/null
@@ -1,16 +0,0 @@
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}