mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +00:00
67b45c50b0
Bumps [stylelint-config-wikimedia](https://github.com/wikimedia/stylelint-config-wikimedia) from 0.12.1 to 0.12.2. - [Release notes](https://github.com/wikimedia/stylelint-config-wikimedia/releases) - [Changelog](https://github.com/wikimedia/stylelint-config-wikimedia/blob/master/CHANGELOG.md) - [Commits](https://github.com/wikimedia/stylelint-config-wikimedia/compare/v0.12.1...v0.12.2) --- updated-dependencies: - dependency-name: stylelint-config-wikimedia dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
23 lines
743 B
JSON
23 lines
743 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"lint": "npm -s run lint:js && npm -s run lint:styles && npm -s run lint:i18n",
|
|
"lint:fix:js": "npm -s run lint:js -- --fix",
|
|
"lint:fix:styles": "npm -s run lint:styles -- --fix",
|
|
"lint:js": "eslint --cache --max-warnings 0 .",
|
|
"lint:styles": "stylelint \"**/*.{less,css}\"",
|
|
"lint:i18n": "banana-checker --requireLowerCase=0 i18n/",
|
|
"doc": "jsdoc -c jsdoc.json",
|
|
"minify-svg": "svgo --config=.svgo.config.js -q -r -f resources/"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.22.1",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"jsdoc": "3.6.10",
|
|
"jsdoc-wmf-theme": "0.0.5",
|
|
"stylelint-config-idiomatic-order": "8.1.0",
|
|
"stylelint-config-wikimedia": "0.12.2",
|
|
"svgo": "2.8.0"
|
|
}
|
|
}
|