aboutsummaryrefslogtreecommitdiffstats
path: root/web/.eslintrc
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2015-10-08 12:43:55 +0200
committerMaximilian Hils <git@maximilianhils.com>2015-10-08 12:43:55 +0200
commit7d8191ee37a4e085d23217f85e41f4da4c9e4069 (patch)
treedc7642c64a2c65b65bf8a995e12e918b0c97c607 /web/.eslintrc
parent442f079e0b4e715897318f378f8a08d7f2271990 (diff)
downloadmitmproxy-7d8191ee37a4e085d23217f85e41f4da4c9e4069.tar.gz
mitmproxy-7d8191ee37a4e085d23217f85e41f4da4c9e4069.tar.bz2
mitmproxy-7d8191ee37a4e085d23217f85e41f4da4c9e4069.zip
update web builds, use watchify
Diffstat (limited to 'web/.eslintrc')
-rw-r--r--web/.eslintrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/web/.eslintrc b/web/.eslintrc
new file mode 100644
index 00000000..df187739
--- /dev/null
+++ b/web/.eslintrc
@@ -0,0 +1,8 @@
+{
+ "ecmaFeatures": {
+ "jsx": true
+ },
+ "env": {
+ "es6": true
+ }
+} \ No newline at end of file