Skip to content

Commit

Permalink
chore: remove prettierd support for now
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoshihou514 committed Sep 13, 2023
1 parent 0d45035 commit 03107f5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 26 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
- [x] [latexindent](https://github.com/cmhughes/latexindent.pl)
- [ ] [pg_format](https://github.com/darold/pgFormatter)
- [x] [prettier](https://github.com/prettier/prettier)
- [x] [prettierd](https://github.com/fsouza/prettierd)
- [ ] [rubocop](https://github.com/rubocop/rubocop)
- [x] [rustfmt](https://github.com/rust-lang/rustfmt)
- [ ] [shfmt](https://github.com/mvdan/sh)
Expand Down
7 changes: 0 additions & 7 deletions lua/guard-collection/formatter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,6 @@ M.prettier = {
stdin = true,
}

M.prettierd = {
cmd = 'prettierd',
args = { '--stdin-filepath' },
stdin = true,
fname = true,
}

M.rubocop = {
cmd = 'bundle',
args = { 'exec', 'rubocop', '-A', '-f', 'quiet', '--stderr', '--stdin' },
Expand Down
18 changes: 0 additions & 18 deletions test/formatter/prettierd_spec.lua

This file was deleted.

0 comments on commit 03107f5

Please sign in to comment.