diff options
author | Rick Waldron <waldron.rick@gmail.com> | 2012-06-25 10:49:21 -0400 |
---|---|---|
committer | Rick Waldron <waldron.rick@gmail.com> | 2012-06-25 10:49:21 -0400 |
commit | 96246332f723b0f83e465d0f9f580741c8272f80 (patch) | |
tree | 203fc3de5e286c17c91eb0a421e6a2072398d5ec /.jshintrc | |
parent | c436ae04de80f8d232b5456f605331ecfaba4f49 (diff) | |
download | jquery-96246332f723b0f83e465d0f9f580741c8272f80.tar.gz jquery-96246332f723b0f83e465d0f9f580741c8272f80.zip |
Adds .jshintrc files for: grunt (default set), src, tests; Adapts jQuery-UI loading method
Diffstat (limited to '.jshintrc')
-rw-r--r-- | .jshintrc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.jshintrc b/.jshintrc new file mode 100644 index 000000000..fd498d83b --- /dev/null +++ b/.jshintrc @@ -0,0 +1,11 @@ +{ + "curly": true, + "eqnull": true, + "eqeqeq": true, + "expr": true, + "latedef": true, + "noarg": true, + "smarttabs": true, + "trailing": true, + "undef": true +} |