Change double-quote hygiene rule to tslint rule (#6514)

This commit is contained in:
Charles Gagnon
2019-08-05 09:46:22 -07:00
committed by GitHub
parent a5a37c97a9
commit 8a6dc02e5b
23 changed files with 228 additions and 53 deletions

View File

@@ -1,5 +1,8 @@
{
"extends": "./tslint.json",
"extends": [
"./tslint.json",
"./tslint-sql.json"
],
"rules": {
"no-banned-terms": true,
"no-delete-expression": true,