mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
build: refactor linting
This commit is contained in:
@@ -8,6 +8,5 @@ export function useSystemThemeFallback() {
|
||||
if (theme === 'auto') {
|
||||
localStorage.setItem('theme', 'system');
|
||||
}
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, []);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user