mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-15 16:32:36 +00:00
chore: fix linting (#751)
This commit is contained in:
parent
67ba9403a1
commit
7e087b03e0
6 changed files with 12 additions and 16 deletions
4
.lintstagedrc.json
Normal file
4
.lintstagedrc.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"*.{ts,tsx,js,jsx,json}": "eslint --fix",
|
||||
"*": "prettier --ignore-unknown --write"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue