mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 09:54:00 +00:00
prettier lint:fix
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
"build": "next build",
|
"build": "next build",
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
"lint": "next lint && prettier --check .",
|
"lint": "next lint && prettier --check .",
|
||||||
|
"lint:fix": "prettier --write .",
|
||||||
"lint-staged": "lint-staged",
|
"lint-staged": "lint-staged",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"test": "yarn prettier:check &nexarn lint",
|
"test": "yarn prettier:check &nexarn lint",
|
||||||
|
|||||||
Reference in New Issue
Block a user