reintroduce prettier

This commit is contained in:
peintnermax
2024-09-05 16:19:34 +02:00
parent 3480a58f26
commit c509323f7d
3 changed files with 3 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ jobs:
fail-fast: false
matrix:
command:
- format --check
- lint
- test:unit
- test:integration

View File

@@ -14,6 +14,7 @@
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"clean": "turbo run clean && rm -rf node_modules",
"format": "prettier --check \"**/*.{ts,tsx,md}\"",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "turbo run build --filter=login^... && changeset publish"

View File

@@ -6,6 +6,7 @@
"publishConfig": {
"access": "public"
},
"type":"module",
"dependencies": {
"eslint-config-next": "^14.2.3",
"@typescript-eslint/parser": "^7.9.0",