Skip to content

Commit 9f91738

Browse files
committed
chore: ignore .next when linting
1 parent 730ccf3 commit 9f91738

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const compat = new FlatCompat({
55
})
66

77
const eslintConfig = [
8+
{ ignores: ['.next/'] },
89
...compat.config({
910
extends: ['next/core-web-vitals', 'next/typescript'],
1011
plugins: ['eslint-plugin-prettier'],

0 commit comments

Comments
 (0)