aboutsummaryrefslogtreecommitdiff
path: root/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc12
1 files changed, 12 insertions, 0 deletions
diff --git a/.jshintrc b/.jshintrc
new file mode 100644
index 0000000..c1a19a6
--- /dev/null
+++ b/.jshintrc
@@ -0,0 +1,12 @@
+{
+ "laxbreak": true,
+ "laxcomma": true,
+ "undef": true,
+ "jquery": true,
+ "devel": true,
+ "globals": {
+ "fiveui": false,
+ "$5": false,
+ "exports": false
+ }
+}