Commit Graph

5 Commits

Author SHA1 Message Date
734469169f
chore: update CI workflow and dependencies; enhance linter rules and add husky for pre-commit checks 2025-05-22 11:36:44 +10:00
a8b1a1512d
chore: linting the files 2025-05-16 19:48:50 +10:00
fcbee7c0b2
fix: replace “any” type declaration with “unknown” or other specific type 2025-05-16 19:35:06 +10:00
afff93196a
chore: turn explicitly any declare check off to better focusing on other issues 2025-05-16 15:52:11 +10:00
4def8050a1
feat: add biome configuration and update dependencies
- Introduced a new `biome.json` configuration file for Biome setup.
- Added `@biomejs/biome` as a development dependency in `package.json` and `package-lock.json`.
- Updated `main.ts` to improve code formatting and readability by adjusting indentation and line breaks.
- Enhanced state management and event handling within the component to ensure better performance and maintainability.
2025-05-16 15:45:12 +10:00