mediawiki-skins-Citizen/package.json
dependabot[bot] f0031d7f48
build(deps-dev): bump eslint-config-wikimedia from 0.20.0 to 0.21.0 (#407)
Bumps [eslint-config-wikimedia](https://github.com/wikimedia/eslint-config-wikimedia) from 0.20.0 to 0.21.0.
- [Release notes](https://github.com/wikimedia/eslint-config-wikimedia/releases)
- [Changelog](https://github.com/wikimedia/eslint-config-wikimedia/blob/master/CHANGELOG.md)
- [Commits](https://github.com/wikimedia/eslint-config-wikimedia/compare/v0.20.0...v0.21.0)

---
updated-dependencies:
- dependency-name: eslint-config-wikimedia
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-27 14:07:33 -05:00

23 lines
742 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.21.0",
"grunt-banana-checker": "0.9.0",
"jsdoc": "3.6.7",
"jsdoc-wmf-theme": "0.0.3",
"stylelint-config-idiomatic-order": "8.1.0",
"stylelint-config-wikimedia": "0.11.1",
"svgo": "2.8.0"
}
}