mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-31 20:24:27 -04:00
Add lint:fix script to auto-apply linting fixes (#529)
This commit is contained in:
parent
622f49c5ad
commit
053b8dbef0
@ -11,6 +11,7 @@
|
|||||||
"build:mobile:dev": "yarn workspace mobile build:dev",
|
"build:mobile:dev": "yarn workspace mobile build:dev",
|
||||||
"update": "yarn workspace mobile update",
|
"update": "yarn workspace mobile update",
|
||||||
"lint": "biome lint .",
|
"lint": "biome lint .",
|
||||||
|
"lint:fix": "biome lint . --apply",
|
||||||
"format": "biome format .",
|
"format": "biome format .",
|
||||||
"format:fix": "biome format . --write"
|
"format:fix": "biome format . --write"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user