Commit Graph

4 Commits

Author SHA1 Message Date
f68a5a8d9b feat(linter): enforce correctness on unused imports
Configures the linter to treat unused imports as an error under the
`correctness` rule category. This tightens up code quality standards by
ensuring all imported bindings are utilized.
If the import is unused, there is a high chance refactoring missed this
flow. Review in-depth root causes.
2026-04-30 22:24:06 -04:00
2231603692 chore: fix lint config
Signed-off-by: Dmytro Stanchiev <git@dmytros.dev>
2026-04-21 20:51:28 -04:00
637f1a4e75 fix: resolve biome lint errors and warnings 2026-01-23 10:33:15 -05:00
02162c02f5 chore: biome init 2026-01-23 00:52:10 -05:00