mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Merge from vscode 6e530127a1bb8ffbd1bfb77dc680c321dc0d71f5 (#6844)
This commit is contained in:
@@ -5,11 +5,14 @@
|
||||
"rules": {
|
||||
"no-arg": true,
|
||||
"no-construct": true,
|
||||
"no-debugger": true,
|
||||
"no-duplicate-super": true,
|
||||
"no-duplicate-switch-case": true,
|
||||
"no-duplicate-variable": true,
|
||||
// "no-for-in-array": true, // {{SQL CARBON EDIT}} @anthonydresser disable till we fix
|
||||
"no-eval": true,
|
||||
"no-redundant-jsdoc": true,
|
||||
// "no-restricted-globals": true, // {{SQL CARBON EDIT}} @anthonydresser disable till we fix
|
||||
"no-sparse-arrays": true,
|
||||
"no-string-throw": true,
|
||||
"no-unsafe-finally": true,
|
||||
|
||||
Reference in New Issue
Block a user