Added prettierjs to typescript
This commit is contained in:
parent
517f0054b2
commit
85a6432d8f
@ -135,6 +135,9 @@
|
||||
(add-hook 'js2-mode-hook #'add-node-modules-path)
|
||||
(add-hook 'js2-mode-hook #'prettier-js-mode)))
|
||||
|
||||
(after! typescript-mode
|
||||
(add-hook 'typescript-mode-hook #'prettier-js-mode))
|
||||
|
||||
(add-hook 'web-mode-hook 'rainbow-mode)
|
||||
|
||||
;; Indent
|
||||
|
Loading…
x
Reference in New Issue
Block a user