mediawiki-extensions-Visual.../modules/ve-mw/ui/tools
Timo Tijhof cf7f2b141d Set up node-jscs, pass it, and configure in local Gruntfile
Let's experiment with this via our local Gruntfile. If it works
fine we can install it in Jenkins (similar to node-csslint).

Verify through $ npm install && npm test;

Fixed all outstanding violations.

Also:
* Added syntaxhighight to ignore.
* Added imetests (which contain unformatted JSON) to ignore.
* In ve.dm.ModelRegistry#matchTypeRegExps, removed redundant
  !! cast from the [+!!withFunc] statement which was hitting
  a bug in node-jscs. All callers to this local private function
  pass a literal boolean true/false so no need to cast it.
* Removed "/* key .. , value */" from ve.setProp, though this
  wasn't caught by node-jscs, found it when searching for " , ".
* Made npm.devDependencies fixed instead of using tilde-ranges.
  This too often leads to strange bugs or sudden changes. Fixed
  them at the version they were currently ranging to.

Bug: 54218
Change-Id: Ib2630806f3946874c8b01e58cf171df83a28da29
2013-12-06 10:37:27 -08:00
..
ve.ui.MWAlienExtensionInspectorTool.js Detangle triggers from OOUI 2013-10-29 05:50:30 +00:00
ve.ui.MWDialogTool.js Allow direct opening of pages in the meta dialog 2013-10-29 05:58:06 +00:00
ve.ui.MWEditModeTool.js Button tool to switch to edit source with changes 2013-10-31 10:46:51 -07:00
ve.ui.MWFormatTool.js Set up node-jscs, pass it, and configure in local Gruntfile 2013-12-06 10:37:27 -08:00
ve.ui.MWHieroInspectorTool.js Detangle triggers from OOUI 2013-10-29 05:50:30 +00:00
ve.ui.MWInspectorTool.js Set up node-jscs, pass it, and configure in local Gruntfile 2013-12-06 10:37:27 -08:00
ve.ui.MWMathInspectorTool.js Detangle triggers from OOUI 2013-10-29 05:50:30 +00:00
ve.ui.MWPopupTool.js Window refactor 2013-11-08 12:33:25 -08:00