mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-27 12:43:37 +00:00
skip: merge (273f85af1a) [skip release]
This commit is contained in:
commit
78893db9d4
2 changed files with 18 additions and 18 deletions
|
|
@ -20,11 +20,11 @@
|
|||
"clean": "rimraf dist/",
|
||||
"compile": "node tools/compile.js",
|
||||
"lint": "run-s lint-es prettier",
|
||||
"lint:fix": "run-s lint-es:fix prettier-fix",
|
||||
"lint-es": "eslint .",
|
||||
"lint-es:file": "eslint",
|
||||
"lint-es:file:fix": "eslint --fix",
|
||||
"lint-es:fix": "eslint --fix .",
|
||||
"lint:fix": "run-s lint-es:fix prettier-fix",
|
||||
"prepare": "husky",
|
||||
"prettier": "prettier --cache --check --ignore-unknown \"{**/*,*}.*\"",
|
||||
"prettier-fix": "prettier --cache --write --ignore-unknown \"{**/*,*}.*\"",
|
||||
|
|
@ -56,8 +56,8 @@
|
|||
"husky": "9.1.7",
|
||||
"lint-staged": "15.4.3",
|
||||
"npm-run-all2": "7.0.2",
|
||||
"prettier": "3.4.2",
|
||||
"prettier-plugin-packagejson": "2.5.6",
|
||||
"prettier": "3.5.0",
|
||||
"prettier-plugin-packagejson": "2.5.8",
|
||||
"rimraf": "6.0.1",
|
||||
"semantic-release": "24.2.2",
|
||||
"typescript": "5.7.3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue