mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-13 18:37:07 +00:00
b0c8621973
* https://npmjs.com/advisories/1002401 (CVE-2021-3807) Additional changes: * eslint: Added `wikimedia/mediawiki` profile (T262222). * composer.json: Updated phpcs command in composer test (T280592). * composer.json: Added phpcs command to scripts (T280592). Change-Id: I39276efa5a6991f6216992840c497ae9d3b5fd7d
18 lines
188 B
JSON
18 lines
188 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"wikimedia/server",
|
|
"wikimedia/mediawiki"
|
|
],
|
|
"overrides": [
|
|
{
|
|
"files": [
|
|
"i18n/**"
|
|
],
|
|
"rules": {
|
|
"sort-keys": "error"
|
|
}
|
|
}
|
|
]
|
|
}
|