chore: add lint:check script and use it in pre-commit hook
This commit is contained in:
parent
d22b853de2
commit
fc5d448a29
|
|
@ -1 +1 @@
|
|||
npm run lint
|
||||
npm run lint:check
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"lint": "biome check --write .",
|
||||
"lint:check": "biome check .",
|
||||
"prepare": "husky"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue