You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using @prettier/plugin-ruby 3.1.2 and syntax_tree 2.6.0. A string like x = "asd'qwe" is changed to x = 'asd\'qwe' which I believe is worse. Is it possible to somehow configure plugin/single_quotes? Or change the default so it doesn't do that? 😄
The text was updated successfully, but these errors were encountered:
For the record, I'm seeing the same behavior when double quotes are enclosed in single quotes, so something like x = 'a "string"' would become x = "a \"string\""
Using
@prettier/plugin-ruby
3.1.2 andsyntax_tree
2.6.0. A string likex = "asd'qwe"
is changed tox = 'asd\'qwe'
which I believe is worse. Is it possible to somehow configureplugin/single_quotes
? Or change the default so it doesn't do that? 😄The text was updated successfully, but these errors were encountered: