mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
b49cebf8cb
composer: * mediawiki/mediawiki-codesniffer: 34.0.0 → 35.0.0 The following sniffs are failing and were disabled: * MediaWiki.Commenting.FunctionComment.WrongStyle * 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: Icc5ae88b205d4b122efef7aef2826eb334b27820
18 lines
255 B
JSON
18 lines
255 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"wikimedia/client",
|
|
"wikimedia/jquery",
|
|
"wikimedia/mediawiki"
|
|
],
|
|
"env": {
|
|
"commonjs": true
|
|
},
|
|
"rules": {
|
|
"max-len": "off",
|
|
"mediawiki/class-doc": "warn",
|
|
"no-shadow": "warn",
|
|
"compat/compat": "warn"
|
|
}
|
|
}
|