mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-24 00:03:56 +00:00
11aa6f743b
composer: * mediawiki/mediawiki-codesniffer: 34.0.0 → 35.0.0 * mediawiki/minus-x: 1.1.0 → 1.1.1 npm: * eslint-config-wikimedia: 0.17.0 → 0.18.1 The following rules are failing and were disabled: * compat/compat Additional changes: * Added the "composer phan" command to conveniently run phan. Change-Id: I7ed7478bb68c79c0f9d844581c350a9ecf19ba00
18 lines
317 B
JSON
18 lines
317 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"wikimedia/client",
|
|
"wikimedia/jquery",
|
|
"wikimedia/mediawiki",
|
|
"wikimedia/jsduck"
|
|
],
|
|
"rules": {
|
|
"max-len": "off",
|
|
"max-statements-per-line": "off",
|
|
"no-jquery/no-class-state": "off",
|
|
"no-jquery/no-support": "off",
|
|
"no-shadow": "warn",
|
|
"compat/compat": "warn"
|
|
}
|
|
}
|