mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -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",
|
||||
"update": "yarn workspace mobile update",
|
||||
"lint": "biome lint .",
|
||||
"lint:fix": "biome lint . --apply",
|
||||
"format": "biome format .",
|
||||
"format:fix": "biome format . --write"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user