palantir / tslint-react

:orange_book: Lint rules related to React & JSX for TSLint.
Apache License 2.0
749 stars 76 forks source link

Prettier quotemark #160

Closed Kronuz closed 6 years ago

Kronuz commented 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".

jkillian commented 6 years ago

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!