Update to ESLint 9

This commit is contained in:
Alejandro Celaya
2024-10-12 20:06:48 +02:00
parent 078c5c8889
commit 94890da48f
8 changed files with 1129 additions and 1323 deletions

View File

@@ -22,7 +22,7 @@ export class ServersExporter {
saveCsv(this.window, csv, SERVERS_FILENAME);
} catch (e) {
// FIXME Handle error
console.error(e); // eslint-disable-line no-console
console.error(e);
}
};
}