Shaizuu
07edb535e6
fix: pre-commit fail when path contains space ( #28973 )
...
* fix: pre-commit fail when path contains space
* addressed coderabbitai comment
2026-04-25 14:07:46 +05:30
Volnei Munhoz
e056274983
chore: improve biome checking ( #27140 )
2026-01-22 15:34:27 +00:00
Volnei Munhoz
ddcac4b3b1
fix: make linting required for CI ( #27091 )
...
* fix: make linting required for CI
- Remove continue-on-error from lint workflow so CI fails on lint errors
- Fix 2 lint errors: avoid importing from @trpc/server in lib package
- Add trpcErrorUtils.ts to handle TRPC errors without circular dependencies
- Update lint-staged to show warnings but not block commits
Co-Authored-By: Volnei Munhoz <volnei.munhoz@gmail.com >
* fix: add message field validation to isTRPCErrorLike type guard
Co-Authored-By: Volnei Munhoz <volnei.munhoz@gmail.com >
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-01-21 15:01:37 -03:00
Volnei Munhoz
4c0b0115a2
remove explicity json check as it is already in included files ( #26739 )
2026-01-12 10:43:49 +00:00
Volnei Munhoz
444b7b7231
Add flex biome adoption ( #26550 )
2026-01-07 17:33:19 +01:00
Volnei Munhoz
8bed6b0899
Spread biome errors ( #26329 )
2025-12-30 23:38:43 +00:00
Volnei Munhoz
7c373ddad6
feat: Introduce biome ( #25664 )
...
* Configure biome
* Fix companion build
* fix: remove generated files from formatter ignore list to enable proper formatting
Co-Authored-By: Volnei Munhoz <volnei.munhoz@gmail.com >
* fix: add explicit stripe dependency to @calcom/features to fix type resolution
Co-Authored-By: Volnei Munhoz <volnei.munhoz@gmail.com >
* fix: rename const require to nodeRequire in generate-swagger.ts to avoid TypeScript reserved identifier conflict
Co-Authored-By: Volnei Munhoz <volnei.munhoz@gmail.com >
* fix: add guard for document in makeBodyVisible to prevent test environment teardown errors
Co-Authored-By: Volnei Munhoz <volnei.munhoz@gmail.com >
* fix: replace ESLint with Biome CLI in embed-code-generator.e2e.ts
Co-Authored-By: Volnei Munhoz <volnei.munhoz@gmail.com >
* fix: address cubic review comments
- Fix invalid --reporter-path Biome CLI option by using shell redirection
- Fix packages/lib lint report filename (app-store.json -> lib.json)
- Add typescript-eslint and eslint back to companion for lint:react-compiler
- Add missing restricted import rules to biome.json:
- packages/lib: add ../trpc/** and @trpc/server restrictions
- packages/trpc: add ../apps/web/** restriction
Co-Authored-By: Volnei Munhoz <volnei.munhoz@gmail.com >
* chore: regenerate companion bun.lock after adding eslint dependencies
Co-Authored-By: Volnei Munhoz <volnei.munhoz@gmail.com >
* Remove remaining eslint things
* add tailwind directives
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2025-12-29 19:41:41 -03:00
Volnei Munhoz
05c399db9c
lint stage not loading config from file - using root instead ( #24671 )
2025-10-25 10:51:18 +00:00
Volnei Munhoz
61c44780f0
chore: Optional skip warnings for lint-staged ( #24102 )
...
* add optional skip warnings
* remove test changes
* allow underscore variables pattern being ignored by eslint (#24103 )
2025-09-29 19:51:18 +00:00