/flycheck-jest

Flycheck extenstion for jest

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

Flycheck Jest

flycheck-jest

Flycheck extension for jest.

Install

Clone this and add to load-path.

(use-package flycheck-jest
  :load-path "cloned-path"
  :ensure nil
  :config
  (flycheck-jest-setup))