~heckyel/emacs-personal

d486156ba807bb99242d1d15b8c9392a0288713c — Jesús 2 years ago 38e9290
relax flycheck
2 files changed, 1 insertions(+), 1 deletions(-)

M modules/init-js-two.el
M modules/init-linter.el
M modules/init-js-two.el => modules/init-js-two.el +0 -1
@@ 10,7 10,6 @@
  :ensure t
  :defer 20
  :hook ((js2-mode . (lambda ()
                       (flycheck-mode)
                       (company-mode))))
  :mode (("\\.js\\'" . js2-mode))
  :custom

M modules/init-linter.el => modules/init-linter.el +1 -0
@@ 22,6 22,7 @@
     "--tsProbeLocations"
     (concat "~" "virtualenvs/ndjs/lib/node_modules")
     "--stdio"))
  (lsp-diagnostics-provider :none)
  :commands (lsp lsp-deferred))

;; require install language server for Angular