(eslint): Fixed issues with eslint
This commit is contained in:
parent
a940447039
commit
f5c79a2d3a
2 changed files with 3 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ import * as auth from '@shared/auth';
|
|||
import * as swagger from '@shared/swagger';
|
||||
import * as utils from '@shared/utils';
|
||||
import { Server } from 'socket.io';
|
||||
import type { TicTacToeImpl } from '@shared/database/mixin/tictactoe';
|
||||
// import type { TicTacToeImpl } from '@shared/database/mixin/tictactoe';
|
||||
|
||||
declare const __SERVICE_NAME: string;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import type { TicTacToeData } from '@shared/database/mixin/tictactoe';
|
||||
// import type { TicTacToeData } from '@shared/database/mixin/tictactoe';
|
||||
|
||||
// Represents the possible states of a cell on the board.
|
||||
// `null` means that the cell is empty.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue