web: migrate eslint to flat config, replacing removed next lint
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import nextCoreWebVitals from "eslint-config-next/core-web-vitals";
|
||||
|
||||
export default [
|
||||
{
|
||||
ignores: [".next/**", "node_modules/**", "src/gql/**", "next-env.d.ts"],
|
||||
},
|
||||
...nextCoreWebVitals,
|
||||
];
|
||||
Reference in New Issue
Block a user