aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2022-01-16 22:01:53 -0500
committerJesús <heckyel@hyperbola.info>2022-01-16 22:01:53 -0500
commitd486156ba807bb99242d1d15b8c9392a0288713c (patch)
treeadaadfebabeafb70aaebd0c9a2c6827d358e4e3f
parent38e92905e363da70e2c49e34fe14f590baad6488 (diff)
downloademacs-personal-d486156ba807bb99242d1d15b8c9392a0288713c.tar.lz
emacs-personal-d486156ba807bb99242d1d15b8c9392a0288713c.tar.xz
emacs-personal-d486156ba807bb99242d1d15b8c9392a0288713c.zip
relax flycheck
-rw-r--r--modules/init-js-two.el1
-rw-r--r--modules/init-linter.el1
2 files changed, 1 insertions, 1 deletions
diff --git a/modules/init-js-two.el b/modules/init-js-two.el
index 394b6b5..2e88d45 100644
--- a/modules/init-js-two.el
+++ b/modules/init-js-two.el
@@ -10,7 +10,6 @@
:ensure t
:defer 20
:hook ((js2-mode . (lambda ()
- (flycheck-mode)
(company-mode))))
:mode (("\\.js\\'" . js2-mode))
:custom
diff --git a/modules/init-linter.el b/modules/init-linter.el
index 4a3a23b..3f130f0 100644
--- a/modules/init-linter.el
+++ b/modules/init-linter.el
@@ -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