summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE-os/server/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-portal-FE-os/server/.jshintrc')
-rw-r--r--ecomp-portal-FE-os/server/.jshintrc14
1 files changed, 14 insertions, 0 deletions
diff --git a/ecomp-portal-FE-os/server/.jshintrc b/ecomp-portal-FE-os/server/.jshintrc
new file mode 100644
index 00000000..66d1af7c
--- /dev/null
+++ b/ecomp-portal-FE-os/server/.jshintrc
@@ -0,0 +1,14 @@
+{
+ "node": true,
+ "esnext": true,
+ "bitwise": true,
+ "eqeqeq": true,
+ "immed": true,
+ "latedef": "nofunc",
+ "newcap": true,
+ "noarg": true,
+ "undef": true,
+ "smarttabs": true,
+ "asi": true,
+ "debug": true
+}