mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +00:00
92fda3114e
* build: release 2.15.1
* ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
---------
Co-authored-by: github-actions <github-actions@users.noreply.github.com>
29 lines
871 B
JSON
29 lines
871 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.3.0",
|
|
"@commitlint/config-conventional": "^19.2.2",
|
|
"@wikimedia/types-wikimedia": "0.4.3",
|
|
"devmoji": "^2.3.0",
|
|
"eslint-config-wikimedia": "0.27.0",
|
|
"grunt-banana-checker": "0.13.0",
|
|
"husky": "^9.0.11",
|
|
"stylelint": "15.11.0",
|
|
"stylelint-config-recess-order": "4.6.0",
|
|
"stylelint-config-wikimedia": "0.16.1",
|
|
"stylelint-order": "^6.0.3"
|
|
},
|
|
"version": "2.15.1"
|
|
}
|