mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +00:00
a7c1a94cc5
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 17.6.7 to 17.7.0. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.7.0/@commitlint/cli) --- updated-dependencies: - dependency-name: "@commitlint/cli" 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>
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
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/",
|
|
"minify-svg": "svgo --config=.svgo.config.js --quiet --recursive --folder resources/",
|
|
"test": "npm run lint",
|
|
"prepare": "husky install",
|
|
"release": "standard-version",
|
|
"release:minor": "standard-version --release-as minor",
|
|
"release:patch": "standard-version --release-as patch",
|
|
"release:major": "standard-version --release-as major"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^17.7.0",
|
|
"@commitlint/config-conventional": "^17.6.7",
|
|
"@wikimedia/types-wikimedia": "0.4.1",
|
|
"devmoji": "^2.3.0",
|
|
"eslint-config-wikimedia": "0.25.1",
|
|
"grunt-banana-checker": "0.11.0",
|
|
"husky": "^8.0.3",
|
|
"standard-version": "^9.5.0",
|
|
"stylelint": "^15.10.2",
|
|
"stylelint-config-recess-order": "^4.3.0",
|
|
"stylelint-config-wikimedia": "0.16.0",
|
|
"stylelint-order": "^6.0.3",
|
|
"svgo": "3.0.2"
|
|
},
|
|
"version": "2.7.11"
|
|
}
|