mirror of
https://github.com/bytedream/stream-bypass.git
synced 2026-08-04 21:10:40 +02:00
add no-console rule and remove console.log calls
Co-authored-by: Mistral AI <mistral@mistral.ai>
This commit is contained in:
+2
-1
@@ -25,7 +25,8 @@ export default defineConfig(
|
||||
{
|
||||
rules: {
|
||||
'@typescript-eslint/no-explicit-any': 'off',
|
||||
'no-undef': 'off'
|
||||
'no-undef': 'off',
|
||||
'no-console': 'error'
|
||||
}
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user