chore: format package.json
This commit is contained in:
parent
2477f0ad2e
commit
64ff5a0996
1 changed files with 7 additions and 1 deletions
|
@ -42,6 +42,12 @@
|
|||
},
|
||||
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c",
|
||||
"lint-staged": {
|
||||
"*.{js,mjs,astro,ts}": ["eslint --cache --fix", "prettier --write"]
|
||||
"*.{js,mjs,astro,ts}": [
|
||||
"eslint --cache --fix",
|
||||
"prettier --write"
|
||||
],
|
||||
"*.json": [
|
||||
"prettier --write"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue