diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2013-07-11 12:52:07 -0400 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2013-07-11 12:52:48 -0400 |
commit | c33108cad16ba6ff831d5cbc45b9dfbf12650e0e (patch) | |
tree | fce67971e6e3be882a76207ea114fb94768a4fe6 /src/.jshintrc | |
parent | bc4e9763e217dfe237f24521a46412b7d52a9e0c (diff) | |
download | jquery-c33108cad16ba6ff831d5cbc45b9dfbf12650e0e.tar.gz jquery-c33108cad16ba6ff831d5cbc45b9dfbf12650e0e.zip |
Update devDependencies, adjust .jshintrc to jsHint 2.x, use .jshintignore. Close gh-1283.
Diffstat (limited to 'src/.jshintrc')
-rw-r--r-- | src/.jshintrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/.jshintrc b/src/.jshintrc index c61a8325d..ba16cd5db 100644 --- a/src/.jshintrc +++ b/src/.jshintrc @@ -16,7 +16,6 @@ "sub": true, "browser": true, - "es5": true, "globals": { "jQuery": true, |