Skip to content

Commit 593a2a2

Browse files
committed
test(eslint): ignore out/ directory
1 parent be9dd39 commit 593a2a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const eslintConfig = [
1616
'.next/*',
1717
'.source/*',
1818
'.wrangler/*',
19+
'out/*',
1920
]),
2021
...compat.extends('next/core-web-vitals', 'next/typescript'),
2122
];

0 commit comments

Comments
 (0)