9 lines
199 B
JavaScript
9 lines
199 B
JavaScript
import nextCoreWebVitals from "eslint-config-next/core-web-vitals";
|
|
|
|
export default [
|
|
{
|
|
ignores: [".next/**", "node_modules/**", "src/gql/**", "next-env.d.ts"],
|
|
},
|
|
...nextCoreWebVitals,
|
|
];
|