mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Change double-quote hygiene rule to tslint rule (#6514)
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"extends": "./tslint.json",
|
||||
"extends": [
|
||||
"./tslint.json",
|
||||
"./tslint-sql.json"
|
||||
],
|
||||
"rules": {
|
||||
"no-banned-terms": true,
|
||||
"no-delete-expression": true,
|
||||
|
||||
Reference in New Issue
Block a user