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? 😄