mediawiki-skins-Citizen/package.json
dependabot[bot] a13266cc31
build(deps-dev): bump stylelint-config-recess-order from 5.1.0 to 5.1.1 (#952)
Bumps [stylelint-config-recess-order](https://github.com/stormwarning/stylelint-config-recess-order) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/stormwarning/stylelint-config-recess-order/releases)
- [Changelog](https://github.com/stormwarning/stylelint-config-recess-order/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stormwarning/stylelint-config-recess-order/compare/v5.1.0...v5.1.1)

---
updated-dependencies:
- dependency-name: stylelint-config-recess-order
  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>
2024-09-26 14:07:26 -04:00

29 lines
869 B
JSON

{
"name": "Citizen",
"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/",
"test": "",
"prepare": "husky"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@wikimedia/types-wikimedia": "0.4.4",
"devmoji": "^2.3.0",
"eslint-config-wikimedia": "0.28.2",
"grunt-banana-checker": "0.13.0",
"husky": "^9.1.6",
"stylelint": "16.9.0",
"stylelint-config-recess-order": "5.1.1",
"stylelint-config-wikimedia": "0.17.2",
"stylelint-order": "^6.0.3"
},
"version": "2.29.0"
}