Skip to content

Commit

Permalink
Disable tide-format on save, now that we have prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwacky42 committed Jun 24, 2023
1 parent e6ae7e8 commit 1ba2f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/init-js.el
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
:after (typescript-mode company flycheck)
:hook ((typescript-mode . tide-setup)
(typescript-mode . tide-hl-identifier-mode)
(before-save . tide-format-before-save)))
))

(use-package prettier-js
:ensure
Expand Down

0 comments on commit 1ba2f0c

Please sign in to comment.