Skip to content

Conversation

@arcanis
Copy link
Member

@arcanis arcanis commented Apr 16, 2019

This diff enforces a consistent use of backticks across all files.

I favor backticks over other quotes since they lead to easier refactorings when variables are added/removed, rarely cause issues because of their content (like adding or removing a quote within a string), and shouldn't have any measurable impact on the runtime performances.

@arcanis
Copy link
Member Author

arcanis commented Apr 16, 2019

Unfortunately this rule seems to transform quotes in cases that TypeScript doesn't support yet 😢

@arcanis
Copy link
Member Author

arcanis commented Aug 4, 2019

Closing for now since I can't do it at the moment, but I'll retry with TypeScript 3.7 which should have better support for backticks.

@arcanis arcanis closed this Aug 4, 2019
@arcanis arcanis deleted the backticks branch August 4, 2019 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant