X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=.jshintignore;h=2f3f2f833ef70a7c2b4f0e9679494f9c6c1e1f4d;hb=32c371954ff96d98e859f4ce76ee91352165be82;hp=026eaaaf8539e5c14e75d8bfb3f4c9e9e071ac02;hpb=2c6646c7f675296380c61c9be914cc9cf8c4c4f2;p=lhc%2Fweb%2Fwiklou.git diff --git a/.jshintignore b/.jshintignore index 026eaaaf85..2f3f2f833e 100644 --- a/.jshintignore +++ b/.jshintignore @@ -1,4 +1,10 @@ -# upstream libs +# Generated documentation +docs/html/ +docs/js/ + +# third-party libs +extensions/ +node_modules/ resources/jquery/jquery.appear.js resources/jquery/jquery.async.js resources/jquery/jquery.cycle.all.js @@ -13,9 +19,18 @@ resources/jquery/jquery.mockjax.js resources/jquery/jquery.qunit.js resources/jquery/jquery.validate.js resources/jquery/jquery.xmldom.js -resources/jquery.effects -resources/jquery.tipsy -resources/jquery.ui -resources/mediawiki.libs -tests/jasmine/lib/jasmine-1.0.1/jasmine-html.js -tests/jasmine/lib/jasmine-1.0.1/jasmine.js +resources/jquery.effects/ +resources/jquery.tipsy/ +resources/jquery.ui/ +resources/mediawiki.libs/ +resources/jquery.chosen/chosen.jquery.js + +# legacy scripts +skins/common/IEFixes.js +skins/common/ajax.js +skins/common/config.js +skins/common/protect.js +skins/common/upload.js + +# github.com/jshint/jshint/issues/729 +tests/qunit/suites/resources/mediawiki/mediawiki.jscompat.test.js