7 lines
119 B
JavaScript
7 lines
119 B
JavaScript
import nextConfig from 'eslint-config-next';
|
|
|
|
const eslintConfig = [
|
|
...nextConfig,
|
|
];
|
|
|
|
export default eslintConfig;
|