chore: add prettier linting
This commit is contained in:
parent
9705ad745c
commit
41c51cdb74
23 changed files with 801 additions and 78 deletions
5
.lintstagedrc.json
Normal file
5
.lintstagedrc.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"*.sh": "shellcheck",
|
||||
".husky/*": "shellcheck",
|
||||
"*": "prettier --ignore-unknown --write"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue