mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-23 18:48:40 -05:00
Allow single quoted strings when double quotes would otherwise need to be escaped.
This commit is contained in:
@@ -13,7 +13,8 @@
|
||||
],
|
||||
"no-var-keyword": true,
|
||||
"quotemark": [true,
|
||||
"double"
|
||||
"double",
|
||||
"avoid-escape"
|
||||
],
|
||||
"semicolon": true,
|
||||
"whitespace": [true,
|
||||
|
||||
Reference in New Issue
Block a user