We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 622d871 commit d096a85Copy full SHA for d096a85
eslint.config.mjs
@@ -16,7 +16,7 @@ const compat = new FlatCompat({
16
17
export default defineConfig([
18
{
19
- ignores: ["next-env.d.ts"],
+ ignores: ["next-env.d.ts", ".next"],
20
},
21
22
extends: [
0 commit comments