包详细信息

jscs-preset-wikimedia

wikimedia180.2kMIT不推荐使用1.0.1

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

JSCS preset for Wikimedia coding style.

jscs-preset

自述文件

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.

更新日志

Version 1.0.0

Initial release. Extracted from JSCS v2.4.0.