linting: remove comment for deprecated rule

This commit is contained in:
mahula 2025-12-03 19:56:26 +01:00
parent 68b00ad246
commit f6605afa28

View File

@ -1,5 +1,4 @@
/* eslint-disable react/prop-types */
/* eslint-disable @typescript-eslint/ban-types */
import { useCallback, useReducer, createContext, useContext } from 'react'
import type { Item } from '#types/Item'