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
Hey there - I'm attempting to use pretty-quick with the Ruby plugin, but it's not quite working. I'm not sure if it's a bug at all or if I'm using the configuration incorrectly.
The issue is that prettier.resolveConfig.sync ignores Ruby files not matter what I try to do. I'm not 100% sure on the prettier APIs here, but if in isSupportedExtension.js I change:
Hey there - I'm attempting to use
pretty-quick
with the Ruby plugin, but it's not quite working. I'm not sure if it's a bug at all or if I'm using the configuration incorrectly.The issue is that
prettier.resolveConfig.sync
ignores Ruby files not matter what I try to do. I'm not 100% sure on the prettier APIs here, but if inisSupportedExtension.js
I change:to:
it fixes itself.
The text was updated successfully, but these errors were encountered: