Skip to content

Commit d096a85

Browse files
committed
Ignores .next
1 parent 622d871 commit d096a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const compat = new FlatCompat({
1616

1717
export default defineConfig([
1818
{
19-
ignores: ["next-env.d.ts"],
19+
ignores: ["next-env.d.ts", ".next"],
2020
},
2121
{
2222
extends: [

0 commit comments

Comments
 (0)