Closed Kronuz closed 6 years ago
Allow quotemark to use single quotes without clashing with Prettier rule about using double quotes on strings with ' int it. Ex.: "can't be used with single quotemark".
'
"can't be used with single quotemark"
I believe this is about the TSLint quotemark rule, not about tslint-react. That said, there's an "allow-escape" option that should do what you need!
quotemark
"allow-escape"
Allow quotemark to use single quotes without clashing with Prettier rule about using double quotes on strings with
'
int it. Ex.:"can't be used with single quotemark"
.