mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Implement use strict linting (#7223)
* implement use strict linting * commit changes * add additional check for strict
This commit is contained in:
@@ -228,7 +228,8 @@
|
||||
"no-new-buffer": true,
|
||||
"translation-remind": true,
|
||||
"no-standalone-editor": true,
|
||||
"no-nls-in-standalone-editor": true
|
||||
"no-nls-in-standalone-editor": true,
|
||||
"no-useless-strict": true
|
||||
},
|
||||
"defaultSeverity": "warning"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user