Skip to content

Commit 37a976b

Browse files
committed
chore: temporarily disable header check in ESLint
1 parent 7701874 commit 37a976b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eslint.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ const compat = new FlatCompat({
1313
const eslintConfig = [
1414
...compat.config({
1515
extends: ["next", "next/core-web-vitals", "next/typescript"],
16+
rules: {
17+
"header/header": "off" // Temporarily disable header check
18+
}
1619
}),
1720
];
1821

0 commit comments

Comments
 (0)