mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-15 03:35:58 +00:00
9c9bd59b0c
The following sniffs are failing and were disabled: * MediaWiki.Commenting.PropertyDocumentation.WrongStyle Additional changes: * Removed global `OO`, included via `wikimedia/mediawiki` profile (T262222). * Dropped the emtpy global definition in .eslintrc.json. Change-Id: Ie57d4c78cbd19b1cdbc57a1f161d3ac0ed4d8c5c
18 lines
269 B
JSON
18 lines
269 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"wikimedia/client",
|
|
"wikimedia/jquery",
|
|
"wikimedia/mediawiki"
|
|
],
|
|
"env": {
|
|
"commonjs": true
|
|
},
|
|
"rules": {
|
|
"max-len": "off",
|
|
"no-jquery/no-global-selector": "off",
|
|
"mediawiki/class-doc": "warn",
|
|
"no-shadow": "warn"
|
|
}
|
|
}
|