1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-06-30 01:26:37 -04:00

finally bump eslint to 9.x

This commit is contained in:
2025-01-16 10:54:19 -05:00
parent 70f86283a7
commit e97613dda5
8 changed files with 1326 additions and 1188 deletions

View File

@ -14,7 +14,7 @@ export const ThemeContext: Context<{
setTheme: (theme: string) => void;
}> = createContext({
activeTheme: "",
// eslint-disable-next-line @typescript-eslint/no-unused-vars, @typescript-eslint/no-empty-function
// eslint-disable-next-line @typescript-eslint/no-unused-vars
setTheme: (_) => {},
});