Wikimedia ESLint config
Usage
npm install --save-dev eslint-config-wikimedia
Configure ESLint with a .eslintrc
file using the following contents:
{
"extends": "wikimedia"
}
Proposing changes
Major changes should be discussed on mediawiki.org or on the Wikitech mailing list beforehand.
Semver policy
Same approach as in ESLint, see https://github.com/eslint/eslint#user-content-semantic-versioning-policy.