lint/style/useNamingConvention
The documentation says that "declarations inside an external TypeScript module" should be ignored by useNamingConvention
(as described at the bottom of the relevant docs section), but the implementation actually complains about them.
declare module "myExternalModule" {
export interface my_INTERFACE {}
}
No Errors are reported
Lint is generated for my_INTERFACE
.
https://github.com/biomejs/biome/actions/runs/11854065273/job/33035446404?pr=4542
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too