We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be9dd39 commit 593a2a2Copy full SHA for 593a2a2
1 file changed
eslint.config.mjs
@@ -16,6 +16,7 @@ const eslintConfig = [
16
'.next/*',
17
'.source/*',
18
'.wrangler/*',
19
+ 'out/*',
20
]),
21
...compat.extends('next/core-web-vitals', 'next/typescript'),
22
];
0 commit comments