Skip to content

Commit 5500e36

Browse files
committed
chore(config): allow double quotes if it prevents escaping.
1 parent fa81a28 commit 5500e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/jsx-analyzer/tslint.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"semicolon": [ true, "always" ],
1616
"triple-equals": true,
1717
"class-name": true,
18-
"quotemark": [ true, "single", "jsx-double" ]
18+
"quotemark": [ true, "single", "jsx-double", "avoid-escape" ]
1919
}
2020
}

0 commit comments

Comments
 (0)