v3
This commit is contained in:
+7
-1
@@ -14,11 +14,17 @@ const eslintConfig = [
|
||||
{
|
||||
rules: {
|
||||
"@typescript-eslint/no-explicit-any": "off",
|
||||
"@typescript-eslint/no-unused-vars": "warn",
|
||||
"@typescript-eslint/no-unused-vars": "off",
|
||||
"react-hooks/exhaustive-deps": "warn",
|
||||
"react/no-unescaped-entities": "off",
|
||||
"prefer-const": "warn"
|
||||
}
|
||||
},
|
||||
{
|
||||
files: ["**/live-preview-frame.tsx"],
|
||||
rules: {
|
||||
"@next/next/no-img-element": "off" // Dynamic WebSocket stream images require regular img tag
|
||||
}
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user