* stylelint-config-wikimedia: 0.7.0 → 0.8.0 * grunt-stylelint: 0.12.0 → 0.13.0 Additional changes: * Also sorted "composer fix" command to run phpcbf last. Change-Id: Ib1790ffb8818752c89e8cd075a62c2dc5cbf0daf
21 lines
406 B
JSON
21 lines
406 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.15.0",
|
|
"grunt": "1.0.4",
|
|
"grunt-banana-checker": "0.8.1",
|
|
"grunt-eslint": "22.0.0",
|
|
"grunt-stylelint": "0.13.0",
|
|
"grunt-svgmin": "5.0.0",
|
|
"stylelint-config-wikimedia": "0.8.0"
|
|
},
|
|
"eslintIgnore": [
|
|
"lib/**",
|
|
"resources/js/ext.uls.webfonts.repository.js",
|
|
"vendor/**"
|
|
]
|
|
}
|