|
62 | 62 | "sponsor": { |
63 | 63 | "url": "https://github.com/sponsors/sergiodxa" |
64 | 64 | }, |
65 | | - "files": [ |
66 | | - "src", |
67 | | - "build", |
68 | | - "package.json", |
69 | | - "README.md" |
70 | | - ], |
| 65 | + "files": ["src", "build", "package.json", "README.md"], |
71 | 66 | "scripts": { |
72 | 67 | "build": "tsc", |
73 | 68 | "typecheck": "tsc --noEmit", |
|
102 | 97 | } |
103 | 98 | }, |
104 | 99 | "devDependencies": { |
| 100 | + "@biomejs/biome": "^1.9.4", |
105 | 101 | "@cloudflare/workers-types": "^4.20241112.0", |
106 | 102 | "@react-router/cloudflare": "^7.0.1", |
107 | 103 | "@total-typescript/tsconfig": "^1.0.4", |
108 | 104 | "@types/bun": "^1.1.14", |
109 | | - "@types/node": "^20.11.28", |
110 | | - "@typescript-eslint/eslint-plugin": "^7.2.0", |
111 | | - "@typescript-eslint/parser": "^7.2.0", |
112 | | - "eslint": "^8.57.0", |
113 | | - "eslint-config-prettier": "^9.1.0", |
114 | | - "eslint-import-resolver-typescript": "^3.6.1", |
115 | | - "eslint-plugin-import": "^2.29.1", |
116 | | - "eslint-plugin-prefer-let": "^3.0.1", |
117 | | - "eslint-plugin-prettier": "^5.1.3", |
118 | | - "eslint-plugin-promise": "^6.1.1", |
119 | | - "eslint-plugin-testing-library": "^6.2.0", |
120 | | - "eslint-plugin-unicorn": "^53.0.0", |
121 | 105 | "i18next": "^23.10.1", |
122 | | - "prettier": "^3.2.4", |
123 | 106 | "remix-i18next": "^7.0.0", |
124 | 107 | "typescript": "^5.7.2", |
125 | 108 | "vite": "^5.4.11", |
126 | 109 | "vite-tsconfig-paths": "^5.1.3", |
127 | 110 | "zod": "^3.22.4" |
128 | | - } |
| 111 | + }, |
| 112 | + "trustedDependencies": ["@biomejs/biome"] |
129 | 113 | } |
0 commit comments