Custom jshint configuration.
[string-lerp.git] / tests / jshint.config
diff --git a/tests/jshint.config b/tests/jshint.config
new file mode 100644 (file)
index 0000000..1cc8688
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "camelcase": true,
+    "eqeqeq": true,
+    "indent": 4,
+    "latedef": true,
+    "nonew": true,
+    "trailing": true,
+    "undef": true,
+    "unused": "strict"
+}