aboutsummaryrefslogtreecommitdiffstats
path: root/web/.jshintrc
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2014-09-13 23:57:01 +0200
committerMaximilian Hils <git@maximilianhils.com>2014-09-13 23:57:01 +0200
commit7b74d207f39e642e5029a4855da47314ce224a33 (patch)
treeb893ea277d1b7d9fa8172df982cbcb6799d75e54 /web/.jshintrc
parentd2475e6a146534b5e7aaf2cc7b0b9a75e418415e (diff)
downloadmitmproxy-7b74d207f39e642e5029a4855da47314ce224a33.tar.gz
mitmproxy-7b74d207f39e642e5029a4855da47314ce224a33.tar.bz2
mitmproxy-7b74d207f39e642e5029a4855da47314ce224a33.zip
update Gruntfile
Diffstat (limited to 'web/.jshintrc')
-rw-r--r--web/.jshintrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/.jshintrc b/web/.jshintrc
new file mode 100644
index 00000000..acdf04d3
--- /dev/null
+++ b/web/.jshintrc
@@ -0,0 +1,4 @@
+{
+ "loopfunc": true,
+ "esnext": true
+} \ No newline at end of file