Files
mintel.me/apps/web/eslint.config.js
2026-02-07 09:36:17 +01:00

11 lines
152 B
JavaScript

import { nextConfig } from "@mintel/eslint-config/next";
export default [
...nextConfig,
{
rules: {
"no-console": "warn",
},
},
];