prettier lint:fix

This commit is contained in:
Max Peintner
2023-05-05 10:26:32 +02:00
parent 24354d1d6f
commit b3a701e5d7

View File

@@ -5,6 +5,7 @@
"build": "next build",
"dev": "next dev",
"lint": "next lint && prettier --check .",
"lint:fix": "prettier --write .",
"lint-staged": "lint-staged",
"start": "next start",
"test": "yarn prettier:check &nexarn lint",