aboutsummaryrefslogtreecommitdiff
path: root/cmd/web/.jshintrc
diff options
context:
space:
mode:
authorjloup <jeanloup.jamet@gmail.com>2018-02-24 17:06:57 +0100
committerjloup <jeanloup.jamet@gmail.com>2018-02-24 17:06:57 +0100
commit989fb5c7dbba174f54f3ae69df788d6685fff46b (patch)
treeda86dec04dfaba81fc5956a262779b89844bb9f6 /cmd/web/.jshintrc
parent2f91f20a8645339385ada602684f4957f20f4da4 (diff)
downloadFront-989fb5c7dbba174f54f3ae69df788d6685fff46b.tar.gz
Front-989fb5c7dbba174f54f3ae69df788d6685fff46b.tar.zst
Front-989fb5c7dbba174f54f3ae69df788d6685fff46b.zip
Upgrade ReactJS. EC6 import modules.
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}