mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-15 03:35:58 +00:00
18dcb04836
composer: * mediawiki/mediawiki-codesniffer: 29.0.0 → 30.0.0 The following sniffs now pass and were enabled: * MediaWiki.NamingConventions.LowerCamelFunctionsName.FunctionName npm: * eslint-config-wikimedia: 0.15.0 → 0.15.3 The following rules are failing and were disabled: * mediawiki/class-doc * grunt-stylelint: 0.14.0 → 0.15.0 * stylelint-config-wikimedia: 0.9.0 → 0.10.1 Change-Id: I892964b1b124914f76d75173a23aec54baf03257
20 lines
283 B
JSON
20 lines
283 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"wikimedia/client",
|
|
"wikimedia/jquery",
|
|
"wikimedia/mediawiki"
|
|
],
|
|
"env": {
|
|
"commonjs": true
|
|
},
|
|
"globals": {
|
|
"OO": "readonly"
|
|
},
|
|
"rules": {
|
|
"max-len": "off",
|
|
"no-jquery/no-global-selector": "off",
|
|
"mediawiki/class-doc": "warn"
|
|
}
|
|
}
|