palantir / tslint-react

:orange_book: Lint rules related to React & JSX for TSLint.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prettier quotemark

Kronuz opened this issue · comments

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

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!