import nextVitals from "eslint-config-next/core-web-vitals"; const config = [ ...nextVitals, { rules: { "react-hooks/error-boundaries": "off", "react-hooks/immutability": "off", "react-hooks/purity": "off", "react-hooks/set-state-in-effect": "off" } } ]; export default config;