chore: migrate oxlint disable comments

This commit is contained in:
Julien Calixte
2026-03-28 09:52:25 +01:00
parent 767093c008
commit c06253e509
5 changed files with 18 additions and 363 deletions

View File

@@ -15,7 +15,7 @@ interface GetAllParams {
}
class Data {
// eslint-disable-next-line @typescript-eslint/ban-types
// oxlint-disable-next-line typescript/ban-types
private readonly locale: PouchDB.Database<{}> | null = null
constructor() {