diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2013-09-06 20:31:48 +0200 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2013-09-06 20:31:48 +0200 |
commit | f044622bae3853abe8dc142585e9ba881b1c7ebd (patch) | |
tree | 847038d308cc27fedb388de63e40eb5e0adcad94 /.jshintignore | |
parent | 6987220d2b561d73ad7c1f92988ffff239f8136b (diff) | |
download | jquery-f044622bae3853abe8dc142585e9ba881b1c7ebd.tar.gz jquery-f044622bae3853abe8dc142585e9ba881b1c7ebd.zip |
No ticket. Restore checking individual src/**/*.js files by jsHint.
Diffstat (limited to '.jshintignore')
-rw-r--r-- | .jshintignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.jshintignore b/.jshintignore index 894187dc1..ae3c3de80 100644 --- a/.jshintignore +++ b/.jshintignore @@ -1,3 +1,5 @@ +src/intro.js +src/outro.js test/qunit/** test/data/jquery-1.9.1.ajax_xhr.min.js test/data/badcall.js |