mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-15 11:58:51 +00:00
b3342f69b6
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: I6c04cb615ac1110833bbaaed686fc226b59d2c50
18 lines
368 B
JSON
18 lines
368 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"doc": "jsdoc -c jsdoc.json",
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.18.1",
|
|
"grunt": "1.3.0",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"grunt-eslint": "23.0.0",
|
|
"grunt-stylelint": "0.16.0",
|
|
"jsdoc": "3.6.6",
|
|
"stylelint-config-wikimedia": "0.10.3"
|
|
}
|
|
}
|