X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=.jshintignore;h=fdde7d054dc67669bfad1bba97786c570fb0f5a2;hb=1cdb3e46a718e489f53db41027788900fd65a395;hp=db4ac44bd387f61f1c49e96147bdcf051b2c114c;hpb=70ae276db1c02e82d2f324c658fe1f61c7a204d0;p=lhc%2Fweb%2Fwiklou.git diff --git a/.jshintignore b/.jshintignore index db4ac44bd3..fdde7d054d 100644 --- a/.jshintignore +++ b/.jshintignore @@ -1,34 +1,12 @@ # Generated documentation -docs/html/ -docs/js/ -resources/mediawiki.ui/docs - -# kss template for mediawiki ui documentation -resources/styleguide-template +docs/** # third-party libs -extensions/ -node_modules/ -resources/jquery/jquery.appear.js -resources/jquery/jquery.async.js -resources/jquery/jquery.cycle.all.js -resources/jquery/jquery.cookie.js -resources/jquery/jquery.farbtastic.js -resources/jquery/jquery.form.js -resources/jquery/jquery.hoverIntent.js -resources/jquery/jquery.js -resources/jquery/jquery.json.js -resources/jquery/jquery.jStorage.js -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/ -resources/jquery.chosen/chosen.jquery.js -resources/oojs/ - -# github.com/jshint/jshint/issues/729 -tests/qunit/suites/resources/mediawiki/mediawiki.jscompat.test.js +extensions/** +node_modules/** +resources/lib/** +resources/src/jquery.tipsy/** +resources/src/jquery/jquery.farbtastic.js +resources/src/mediawiki.libs/** +skins/** +vendor/**