DEV Community

Discussion on: Can forced linting surpress contributions when linting is first introduced?

Collapse
 
jf1 profile image
Jed Fox

Check out Prettier’s Ruby plugin:

github.com/prettier/plugin-ruby

Thread Thread
 
suprnova32 profile image
Patricio Cano

I've heard about Prettier before, but it is still not quite the same as the Elixir formatter. For Elixir, it is a part of the language, and many libraries use it. This means that there is a cohesiveness in most Elixir codebases.

Ruby, while it does have some efforts, does not have a formatter as a core part of the language.