diff options
author | David Buchan-Swanson <david.buchanswanson@gmail.com> | 2021-02-18 18:33:02 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-18 16:33:02 +0900 |
commit | 1ee7f6c97bb73bb6e12f00e527b664c5ea0df167 (patch) | |
tree | 69e70e0a329998492faece429cedee933d31f5a1 /supported-tools.md | |
parent | 0b35c3a5b9d5f9d3bb1021d89c1bdb9dbbf8a958 (diff) | |
download | ale-1ee7f6c97bb73bb6e12f00e527b664c5ea0df167.zip |
add support for prettier-ruby to prettier fixer (#3593)
it _does_ need an additional plugin, but when it has the plugin, it
works as expected.
Diffstat (limited to 'supported-tools.md')
-rw-r--r-- | supported-tools.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/supported-tools.md b/supported-tools.md index acaad766..1779845d 100644 --- a/supported-tools.md +++ b/supported-tools.md @@ -440,6 +440,7 @@ formatting. * Ruby * [brakeman](http://brakemanscanner.org/) :floppy_disk: * [debride](https://github.com/seattlerb/debride) :floppy_disk: + * [prettier](https://github.com/prettier/plugin-ruby) * [rails_best_practices](https://github.com/flyerhzm/rails_best_practices) :floppy_disk: * [reek](https://github.com/troessner/reek) * [rubocop](https://github.com/bbatsov/rubocop) |