summaryrefslogtreecommitdiff
path: root/lisp/web.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/web.el')
-rw-r--r--lisp/web.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/web.el b/lisp/web.el
index 6a3e118..2883041 100644
--- a/lisp/web.el
+++ b/lisp/web.el
@@ -32,8 +32,7 @@
(append flycheck-disabled-checkers
'(json-jsonlist)))
(flycheck-add-mode 'javascript-eslint 'js-mode)
- (flycheck-add-mode 'typescript-tslint 'typescript-mode)
- (add-hook 'js-mode-hook 'flycheck-mode)
+(add-hook 'js-mode-hook 'flycheck-mode)
(add-hook 'typescript-mode-hook 'flycheck-mode)
)