We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa81a28 commit 5500e36Copy full SHA for 5500e36
packages/jsx-analyzer/tslint.json
@@ -15,6 +15,6 @@
15
"semicolon": [ true, "always" ],
16
"triple-equals": true,
17
"class-name": true,
18
- "quotemark": [ true, "single", "jsx-double" ]
+ "quotemark": [ true, "single", "jsx-double", "avoid-escape" ]
19
}
20
0 commit comments