6 lines
97 B
JavaScript
6 lines
97 B
JavaScript
import { nextConfig } from "@mintel/eslint-config/next";
|
|
|
|
export default [
|
|
...nextConfig,
|
|
];
|