prettier lint login

This commit is contained in:
Max Peintner
2023-04-28 10:16:04 +02:00
parent b782b63dea
commit 5da7e083bc
10 changed files with 21 additions and 22 deletions

View File

@@ -4,7 +4,7 @@
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"lint": "next lint && prettier --check .",
"lint-staged": "lint-staged",
"start": "next start",
"test": "yarn prettier:check &nexarn lint",