Skip to content

Commit e23c023

Browse files
Allow single quoted strings when double quotes would otherwise need to be escaped.
1 parent 5e53ba0 commit e23c023

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tslint.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
],
1414
"no-var-keyword": true,
1515
"quotemark": [true,
16-
"double"
16+
"double",
17+
"avoid-escape"
1718
],
1819
"semicolon": true,
1920
"whitespace": [true,

0 commit comments

Comments
 (0)