Catrope has submitted this change and it was merged. Change subject: jshint: add .jshintrc / .jshintignore files ......................................................................
jshint: add .jshintrc / .jshintignore files * More commits to follow that further fine-tune the settings and fix lint errors in the actual files. * Quick how-to on how to use jshint from the command-line interface: - Prerequisites: node and npm http://nodejs.org/ http://npmjs.org/ - `$ npm install -g jshint` https://github.com/jshint/node-jshint/ - Done! All: `/mediawiki/core$ jshint .` Dir: `/mediawiki/core$ jshint resources` Dir: `/mediawiki/core$ jshint resources/jquery` File(s): `/mediawiki/core$ jshint resources/startup.js resources/mediawiki/mediawiki.js` Change-Id: Ia9297cb72c8faa7543ccfbdf48c7ee4e8af4ae17 --- A .jshintignore A .jshintrc 2 files changed, 30 insertions(+), 0 deletions(-) Approvals: Catrope: Looks good to me, approved jenkins-bot: Verified -- To view, visit https://gerrit.wikimedia.org/r/14017 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia9297cb72c8faa7543ccfbdf48c7ee4e8af4ae17 Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Krinkle <[email protected]> Gerrit-Reviewer: Catrope <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: Krinkle <[email protected]> Gerrit-Reviewer: Nikerabbit <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
