diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-04-20 09:38:04 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-04-20 11:19:27 -0400 |
commit | a1665402511eb99e9c1a29a47262763cb3a3ba68 (patch) | |
tree | 2a8f77b93d6c8a3e99a249867b81060fb47c85de /ui/.jshintrc | |
parent | 33df9b788d3f60459c43acbfefdfeef8a07ce632 (diff) | |
download | jquery-ui-a1665402511eb99e9c1a29a47262763cb3a3ba68.tar.gz jquery-ui-a1665402511eb99e9c1a29a47262763cb3a3ba68.zip |
Use .jshintrc files.
Diffstat (limited to 'ui/.jshintrc')
-rw-r--r-- | ui/.jshintrc | 17 |
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" + ] +} |