JSCS preset for Wikimedia
Usage
npm install --save-dev jscs-preset-wikimedia
Configure JSCS with a .jscsrc
file using the following contents:
{ "preset": "wikimedia" }
Proposing changes
Over time, JSCS implements new rules, alter existing ones, and retire old ones. Changes to the Wikimedia preset should be made as pull requests to this repo, with issues raised on Phabricator.
Major changes should be discussed on mediawiki.org or on the Wikitech mailing list beforehand.
Licence
MIT. See LICENSE.