diff --git a/modules/siren-flycheck.el b/modules/siren-flycheck.el index 44a1fe6..0d5597d 100644 --- a/modules/siren-flycheck.el +++ b/modules/siren-flycheck.el @@ -13,6 +13,7 @@ (setq flycheck-idle-change-delay 1.0) (setq flycheck-indication-mode 'right-fringe) (setq flycheck-ruby-rubocop-executable "rubocop-bundle-safe") +(setq flycheck-javascript-standard-executable "semistandard") (provide 'siren-flycheck) ;;; siren-flycheck.el ends here