diff options
author | jloup <jeanloup.jamet@gmail.com> | 2018-02-24 17:06:57 +0100 |
---|---|---|
committer | jloup <jeanloup.jamet@gmail.com> | 2018-02-24 17:06:57 +0100 |
commit | 989fb5c7dbba174f54f3ae69df788d6685fff46b (patch) | |
tree | da86dec04dfaba81fc5956a262779b89844bb9f6 /cmd/web/.jshintrc | |
parent | 2f91f20a8645339385ada602684f4957f20f4da4 (diff) | |
download | Front-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/.jshintrc | 16 |
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 | } | ||