aboutsummaryrefslogtreecommitdiffstats
path: root/webapp/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/.jshintrc')
-rw-r--r--webapp/.jshintrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/webapp/.jshintrc b/webapp/.jshintrc
new file mode 100644
index 0000000..7a0ae5c
--- /dev/null
+++ b/webapp/.jshintrc
@@ -0,0 +1,7 @@
+{
+ "esversion": 6,
+ "undef": true,
+ "unused": false,
+ "globalstrict": true,
+ "predef": [ "console", "require", "module", "setInterval", "clearInterval", "__dirname"]
+} \ No newline at end of file