1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 18:26:38 -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

@ -3,7 +3,6 @@
import { useCallback, useState, useRef } from "react";
import type { Dispatch, SetStateAction } from "react";
// eslint-disable-next-line @typescript-eslint/no-empty-function
const noop = () => {};
const useLocalStorage = <T = string>(