commit 067fd5a46444b392401018933023cf7957437232
parent b43d7a61d48275a40050fd97f36560a7e0c36654
Author: Andy Herbert <andy.herbert@gmail.com>
Date: Mon, 28 Oct 2013 17:15:56 +0000
Added project preferences.
Diffstat:
3 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -0,0 +1 @@
+reference/
+\ No newline at end of file
diff --git a/.tm_properties b/.tm_properties
@@ -0,0 +1,2 @@
+excludeInFileChooser = "{$excludeInFileChooser,reference}"
+TM_JSLINTMATE_JSLINT_OPTIONS_FILE = "$CWD/jslint.json"
+\ No newline at end of file
diff --git a/jslint.json b/jslint.json
@@ -0,0 +1,12 @@
+{
+ "bitwise": true,
+ "browser": true,
+ "devel": false,
+ "plusplus": true,
+ "predef": [
+ "atob",
+ "AnsiLove",
+ "Uint8Array",
+ "FileReader"
+ ]
+}
+\ No newline at end of file