chore(linting): remove unused eslint-disable directives
This commit is contained in:
@@ -7,7 +7,6 @@ import type { Room, Player } from "../route";
|
||||
// Acces au singleton
|
||||
|
||||
declare global {
|
||||
// eslint-disable-next-line no-var
|
||||
var __wikirooms: Map<string, Room> | undefined;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user