chore: Initial commit.
This commit is contained in:
commit
0219b23c4e
84 changed files with 15995 additions and 0 deletions
4
.lintstagedrc
Normal file
4
.lintstagedrc
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"*.{js,ts,astro}": ["eslint --fix", "prettier --write"],
|
||||
"*.{css,html,json,md,mdx,pcss,svg,yml}": ["prettier --write"]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue