aboutsummaryrefslogtreecommitdiffstats
path: root/ui/.jshintrc
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-04-20 09:38:04 -0400
committerScott González <scott.gonzalez@gmail.com>2012-04-20 11:19:27 -0400
commita1665402511eb99e9c1a29a47262763cb3a3ba68 (patch)
tree2a8f77b93d6c8a3e99a249867b81060fb47c85de /ui/.jshintrc
parent33df9b788d3f60459c43acbfefdfeef8a07ce632 (diff)
downloadjquery-ui-a1665402511eb99e9c1a29a47262763cb3a3ba68.tar.gz
jquery-ui-a1665402511eb99e9c1a29a47262763cb3a3ba68.zip
Use .jshintrc files.
Diffstat (limited to 'ui/.jshintrc')
-rw-r--r--ui/.jshintrc17
1 files changed, 17 insertions, 0 deletions
diff --git a/ui/.jshintrc b/ui/.jshintrc
new file mode 100644
index 000000000..415d69e90
--- /dev/null
+++ b/ui/.jshintrc
@@ -0,0 +1,17 @@
+{
+ "browser": true,
+ "curly": true,
+ "eqnull": true,
+ "eqeqeq": true,
+ "expr": true,
+ "jquery": true,
+ "latedef": true,
+ "noarg": true,
+ "onevar": true,
+ "smarttabs": true,
+ "trailing": true,
+ "undef": true,
+ "predef": [
+ "Globalize"
+ ]
+}