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": {
|
"scripts": {
|
||||||
"lint": "biome check --write .",
|
"lint": "biome check --write .",
|
||||||
|
"lint:check": "biome check .",
|
||||||
"prepare": "husky"
|
"prepare": "husky"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue