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 /.jshintrc | |
parent | 33df9b788d3f60459c43acbfefdfeef8a07ce632 (diff) | |
download | jquery-ui-a1665402511eb99e9c1a29a47262763cb3a3ba68.tar.gz jquery-ui-a1665402511eb99e9c1a29a47262763cb3a3ba68.zip |
Use .jshintrc files.
Diffstat (limited to '.jshintrc')
-rw-r--r-- | .jshintrc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.jshintrc b/.jshintrc new file mode 100644 index 000000000..99161bd4e --- /dev/null +++ b/.jshintrc @@ -0,0 +1,12 @@ +{ + "curly": true, + "eqnull": true, + "eqeqeq": true, + "expr": true, + "latedef": true, + "noarg": true, + "onevar": true, + "smarttabs": true, + "trailing": true, + "undef": true +} |