chore: add git hooks
This commit is contained in:
parent
84b5ef9755
commit
7cfec72d53
7 changed files with 951 additions and 12 deletions
12
.vscode/settings.json
vendored
12
.vscode/settings.json
vendored
|
@ -2,9 +2,17 @@
|
|||
"editor.codeActionsOnSave": {
|
||||
"quickfix.biome": "explicit"
|
||||
},
|
||||
"[typescript][typescriptreact][json]": {
|
||||
"typescript.inlayHints.parameterNames.enabled": "all",
|
||||
"[typescript]": {
|
||||
"editor.defaultFormatter": "biomejs.biome",
|
||||
"editor.formatOnSave": true
|
||||
},
|
||||
"typescript.inlayHints.parameterNames.enabled": "all"
|
||||
"[typescriptreact]": {
|
||||
"editor.defaultFormatter": "biomejs.biome",
|
||||
"editor.formatOnSave": true
|
||||
},
|
||||
"[json]": {
|
||||
"editor.defaultFormatter": "biomejs.biome",
|
||||
"editor.formatOnSave": true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue