aboutsummaryrefslogtreecommitdiffstats
path: root/modules/init-flycheck.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/init-flycheck.el')
-rw-r--r--modules/init-flycheck.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/init-flycheck.el b/modules/init-flycheck.el
index ce33e8b..a60bd4f 100644
--- a/modules/init-flycheck.el
+++ b/modules/init-flycheck.el
@@ -17,9 +17,8 @@
:modes (php-mode php+-mode web-mode))
(add-to-list 'flycheck-checkers 'mix-php)
- ;; enable typescript-tslint checker
+ ;; enable tide checkers for typescript
(with-eval-after-load 'tide
- (flycheck-add-mode 'typescript-tslint 'typescript-mode)
(flycheck-add-mode 'typescript-tide 'typescript-mode))
;; Enable for only languages
:hook