mediawiki-extensions-WikiEd.../.eslintrc.json
libraryupgrader 9c9bd59b0c build: Updating mediawiki/mediawiki-codesniffer to 33.0.0
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
2020-11-04 21:37:10 +00:00

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"
}
}