diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-02-13 23:05:37 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-02-13 23:07:26 +0900 |
| commit | 6c30f383a65cb000d66a85cadc96253ce7061942 (patch) | |
| tree | 60ffe938a4051255ea0d6b35001be50c28b76497 /frontend/biome.json | |
| parent | 373dbf12f6797497656565e9baa7ac69e1f005f5 (diff) | |
| download | phperkaigi-2026-albatross-6c30f383a65cb000d66a85cadc96253ce7061942.tar.gz phperkaigi-2026-albatross-6c30f383a65cb000d66a85cadc96253ce7061942.tar.zst phperkaigi-2026-albatross-6c30f383a65cb000d66a85cadc96253ce7061942.zip | |
refactor(frontend): remove React Router remnants from config files
Clean up old React Router references after migration to Vite + Wouter:
- Replace build/ and .react-router/ with dist/ in ESLint globalIgnores
- Replace ./build with ./dist in Biome ignore list
- Remove formComponents and NavLink from ESLint settings
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'frontend/biome.json')
| -rw-r--r-- | frontend/biome.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/biome.json b/frontend/biome.json index 54c8856..6da4a7a 100644 --- a/frontend/biome.json +++ b/frontend/biome.json @@ -9,9 +9,9 @@ "ignoreUnknown": false, "ignore": [ "./.cache", - "./build", "./app/api/schema.d.ts", - "./app/shiki.bundle.ts" + "./app/shiki.bundle.ts", + "./dist" ] }, "formatter": { |
