memos/web/src/themes
Steven 156908c77f chore(web): migrate from ESLint+Prettier to Biome
- Install @biomejs/biome@2.3.5 as unified linter and formatter
- Remove ESLint, Prettier and all related plugins (221 packages removed)
- Migrate linting rules from ESLint to Biome configuration
- Migrate formatting rules from Prettier to Biome configuration
- Exclude auto-generated proto files from linting (src/types/proto/**)
- Exclude CSS files from Biome (Tailwind syntax not yet supported)
- Update package.json scripts:
  - lint: tsc + biome check
  - lint:fix: biome check --write
  - format: biome format --write
- Auto-fix import organization across 60+ files
- Fix duplicate key in Russian locale (ru.json)
- Update CLAUDE.md documentation to reflect Biome usage

Benefits:
- 10-100x faster linting performance
- Simplified toolchain with single configuration file
- 221 fewer npm dependencies
- Unified linting, formatting, and import organization
2025-11-14 23:58:07 +08:00
..
COLOR_GUIDE.md chore: tweak form style 2025-07-07 22:33:49 +08:00
default-dark.css chore: update component styles for consistency 2025-10-22 20:21:58 +08:00
default.css chore: update component styles for consistency 2025-10-22 20:21:58 +08:00
paper.css chore(web): migrate from ESLint+Prettier to Biome 2025-11-14 23:58:07 +08:00
whitewall.css refactor: unify theme and apperance 2025-08-17 11:27:59 +08:00