diff --git a/modules/siren-json.el b/modules/siren-json.el index 2af9557..0676d4b 100644 --- a/modules/siren-json.el +++ b/modules/siren-json.el @@ -22,6 +22,9 @@ (setq tab-width width) (highlight-indentation-set-offset width)) + (setq flycheck-checker 'json-jsonlint) + + (eslintd-fix-mode -1) (omnifmt-mode) (company-mode +1) (subword-mode +1)