Cleaned up git
[iotcloud.git] / src / js / iotjs / .jshintrc
diff --git a/src/js/iotjs/.jshintrc b/src/js/iotjs/.jshintrc
deleted file mode 100644 (file)
index 63937d2..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-{
-    "node": true,
-    "esnext": true,
-    "bitwise": true,
-    "curly": true,
-    "eqeqeq": true,
-    "immed": true,
-    "indent": 2,
-    "latedef": true,
-    "newcap": true,
-    "noarg": true,
-    "regexp": true,
-    "undef": true,
-    "unused": true,
-    "trailing": true,
-    "smarttabs": true,
-    "white": true
-}