Compare commits
No commits in common. "11352f4599df781aafb525954e70e0b55b3bddf7" and "99df501c69b2154236fbe3e3af29473609fe5c0a" have entirely different histories.
11352f4599
...
99df501c69
|
|
@ -11,10 +11,6 @@ const compat = new FlatCompat({
|
||||||
|
|
||||||
const eslintConfig = [
|
const eslintConfig = [
|
||||||
...compat.extends("next/core-web-vitals", "next/typescript"),
|
...compat.extends("next/core-web-vitals", "next/typescript"),
|
||||||
{
|
|
||||||
rules: {
|
|
||||||
"@typescript-eslint/no-explicit-any": "off",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
];
|
];
|
||||||
|
|
||||||
export default eslintConfig;
|
export default eslintConfig;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user