fix: use flat config for react eslint plugin (#265)

This commit is contained in:
Brandon Keiji 2025-05-06 15:48:26 +00:00 committed by GitHub
parent 6812235cfa
commit c5182d5ca4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 8 additions and 39 deletions

View file

@ -68,7 +68,7 @@ export const useSlashCommandProcessor = (
description: '',
action: (_value: PartListUnion) => {
setDebugMessage('Quitting. Good-bye.');
const timestamp = getNextMessageId(Date.now());
getNextMessageId(Date.now());
process.exit(0);
},
},