remove prettier, require nodejs
This commit is contained in:
@@ -87,12 +87,6 @@
|
||||
("k" js2r-kill)
|
||||
("q" nil)))
|
||||
|
||||
;; prettier-emacs: minor-mode to prettify javascript files on save
|
||||
;; https://github.com/prettier/prettier-emacs
|
||||
(use-package prettier-js
|
||||
:hook ((js2-mode . prettier-js-mode)
|
||||
(rjsx-mode . prettier-js-mode)))
|
||||
|
||||
;; json-snatcher: get the path of any JSON element easily
|
||||
;; https://github.com/Sterlingg/json-snatcher
|
||||
(use-package json-snatcher
|
||||
|
||||
Reference in New Issue
Block a user