GunseiKPaseri
GunseiKPaseri
I have placed the following file `history.d.ts` under `@types` directory. ```ts // eslint-disable-next-line @typescript-eslint/no-unused-vars import Histroy from 'history'; declare module 'history' { interface History{ goBack(): void; goForward(): void; } }...
I want to contribute!
I want to contribute!
- The main lint rule also outputs errors equivalent to noReExportAll. What would be an appropriate way to guide the enabling of this during migration? - For this extension, we...
> Unfortunately Biome migration tool doesn't support a source to be associated to several Biome rules. Thus, for now, it is not possible to do that. mmm... > Could you...
It was difficult to determine whether it was an unsafe fix, but is it okay to leave it as an unsafe fix? Is there any way to make it a...