mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 08:52:35 +00:00
chore(lint): update ESlint config to run prettier
This commit is contained in:
parent
2bf775c20e
commit
5196b054ea
3 changed files with 10 additions and 13 deletions
|
|
@ -4,7 +4,9 @@
|
|||
"description": "GitHub Action to run Renovate self-hosted.",
|
||||
"scripts": {
|
||||
"lint": "eslint --ignore-path .prettierignore --ext .ts,.tsx,.js,.jsx,.json .",
|
||||
"lint:fix": "eslint --ignore-path .prettierignore --ext .ts,.tsx,.js,.jsx,.json --fix .",
|
||||
"lint-file": "eslint --ignore-path .prettierignore",
|
||||
"lint-file:fix": "eslint --ignore-path .prettierignore --fix",
|
||||
"format": "concurrently \"npm:format:default\"",
|
||||
"format:default": "prettier --write \"**/*.{js,jsx,vue,ts,css,less,scss,html,htm,json,md,markdown,yml,yaml}\"",
|
||||
"format-file:default": "prettier --write",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue