mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-23 22:03:39 +00:00
211a54b568
stylelint is part of config, but not run by default Also update to 0.4.1, it is the current default in many wmf extensions Change-Id: I55f81489182628c088e362e081417514e252e6d6
21 lines
445 B
JSON
21 lines
445 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test && dev-scripts/svg_check.sh"
|
|
},
|
|
"dependencies": {
|
|
"svgo": ">=0.4.4"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.4.0",
|
|
"grunt": "^1.0.1",
|
|
"grunt-banana-checker": "^0.5.0",
|
|
"grunt-contrib-watch": "^1.0.0",
|
|
"grunt-eslint": "19.0.0",
|
|
"grunt-jsonlint": "^1.1.0",
|
|
"grunt-notify": "^0.4.5",
|
|
"grunt-stylelint": "0.7.0",
|
|
"stylelint-config-wikimedia": "0.4.1"
|
|
}
|
|
}
|