mirror of
https://github.com/bytedream/stream-bypass.git
synced 2026-08-04 21:10:40 +02:00
disallow alert
This commit is contained in:
+3
-2
@@ -25,8 +25,9 @@ export default defineConfig(
|
||||
{
|
||||
rules: {
|
||||
'@typescript-eslint/no-explicit-any': 'off',
|
||||
'no-undef': 'off',
|
||||
'no-console': 'error'
|
||||
'no-alert': 'error',
|
||||
'no-console': 'error',
|
||||
'no-undef': 'off'
|
||||
}
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user