Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

jscs-preset-wikimedia

wikimedia180.2kMITdeprecated1.0.1

No longer maintained. We recomment migrating to ESLint with eslint-config-wikimedia.

JSCS preset for Wikimedia coding style.

jscs-preset

readme

Build Status npm

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.

changelog

Version 1.0.0

Initial release. Extracted from JSCS v2.4.0.