import nextConfig from 'eslint-config-next'; const eslintConfig = [ ...nextConfig, ]; export default eslintConfig;