Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style(lint): remote eslint quotes rules so prettier wins
prettier allows double-quotes on strings if you have a single-quote *in* the string that you would need to escape. It's subtle, but prettier eslint was trying to overrule that, so there was a linting battle this lets prettier win
- Loading branch information