mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
chore: lint pre-commit
This commit is contained in:
parent
f89cf38c7b
commit
62f57c8d67
1 changed files with 4 additions and 1 deletions
|
@ -130,6 +130,9 @@
|
||||||
],
|
],
|
||||||
"*.{json,Dockerfile,sh,md,gitignore,env,mdx,yml,html}": [
|
"*.{json,Dockerfile,sh,md,gitignore,env,mdx,yml,html}": [
|
||||||
"prettier --write"
|
"prettier --write"
|
||||||
|
],
|
||||||
|
".husky/pre-commit": [
|
||||||
|
"prettier --write"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue