diff --git a/.prettierrc b/.prettierrc index b84c931..bf5d9c6 100644 --- a/.prettierrc +++ b/.prettierrc @@ -2,13 +2,21 @@ "trailingComma": "all", "singleQuote": false, "semi": true, + "tabWidth": 2, + "useTabs": false, "endOfLine": "lf", "overrides": [ { - "files": ".prettierrc", + "files": [".prettierrc"], "options": { "parser": "json" } + }, + { + "files": ["tsconfig.json"], + "options": { + "trailingComma": "none" + } } ] } diff --git a/bun.lockb b/bun.lockb index 57503d2..3c75575 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index f4bb3f1..89e3a1f 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "eslint-config-sheriff": "^18.1.0", "eslint-define-config": "^2.1.0", "lightningcss": "^1.22.1", - "prettier": "3.2.1", + "prettier": "3.2.4", "turbo": "^1.11.3", "typescript": "^5.3.3", "vite": "^5.0.11",