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:
@ -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>(
|
||||
|
Reference in New Issue
Block a user