import nextVitals from "eslint-config-next/core-web-vitals"; import nextTs from "eslint-config-next/typescript"; const eslintConfig = [ ...nextVitals, ...nextTs, { ignores: [".next/**", "node_modules/**", "research/**", "drizzle/**", "playwright-report/**", "test-results/**"] }, ]; export default eslintConfig;