mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-11 19:27:35 -06:00
Allow single quoted strings when double quotes would otherwise need to be escaped.
This commit is contained in:
parent
5e53ba06cf
commit
e23c023ada
@ -13,7 +13,8 @@
|
||||
],
|
||||
"no-var-keyword": true,
|
||||
"quotemark": [true,
|
||||
"double"
|
||||
"double",
|
||||
"avoid-escape"
|
||||
],
|
||||
"semicolon": true,
|
||||
"whitespace": [true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user