import nextCoreWebVitals from "eslint-config-next/core-web-vitals"; const config = [ { ignores: ["public/three-dimensional/**/vendor/**"], }, ...nextCoreWebVitals, ]; export default config;