Emacs: show prettier errors in echo area
1 file changed, 1 insertion(+), 0 deletions(-)
jump to
M emacs/.emacs.d/main.el → emacs/.emacs.d/main.el
@@ -741,6 +741,7 @@ ;;;; Reformat on save (use-package prettier-js + :custom ((prettier-js-show-errors 'echo)) :ghook ('(typescript-mode-hook) #'prettier-js-mode t) :config (progn (if-let ((prettier_d (executable-find "prettier_d")))