aboutsummaryrefslogtreecommitdiffstats
path: root/web/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to 'web/.jshintrc')
-rw-r--r--web/.jshintrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/.jshintrc b/web/.jshintrc
new file mode 100644
index 00000000..d5eae073
--- /dev/null
+++ b/web/.jshintrc
@@ -0,0 +1,5 @@
+{
+ "loopfunc": true,
+ "esnext": true,
+ "validthis": true
+} \ No newline at end of file