composer: * mediawiki/minus-x: 1.1.0 → 1.1.1 npm: * eslint-config-wikimedia: 0.17.0 → 0.19.0 The following rules are failing and were disabled: * compat/compat Additional changes: * Added the "composer phan" command to conveniently run phan. * eslint: Renamed `wikimedia/client` profile to `client-es5` (T277085). Change-Id: Ib31cbcd8c615d2e6abf9ee30f0f4d7b7baa54e2e
21 lines
407 B
JSON
21 lines
407 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.19.0",
|
|
"grunt": "1.3.0",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-eslint": "23.0.0",
|
|
"grunt-stylelint": "0.16.0",
|
|
"grunt-svgmin": "5.0.0",
|
|
"stylelint-config-wikimedia": "0.10.3"
|
|
},
|
|
"eslintIgnore": [
|
|
"lib/**",
|
|
"resources/js/ext.uls.webfonts.repository.js",
|
|
"vendor/**"
|
|
]
|
|
}
|