Skip to content

Commit

Permalink
chore(lint): no empty interface
Browse files Browse the repository at this point in the history
  • Loading branch information
KatoakDR committed Oct 1, 2024
1 parent 4062fef commit 8cb708e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions electron/renderer/context/game.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import { runInBackground } from '../lib/async/run-in-background.js';
*/
export interface GameContextValue {
//
todo?: true;
}

export const GameContext = createContext<GameContextValue>({});
Expand Down

0 comments on commit 8cb708e

Please sign in to comment.