Skip to content

emacs-pe/eslint-flymake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flymake ESLint

Usage

(use-package eslint-flymake
  :hook ((js-mode            . eslint-flymake-setup)
         (js-jsx-mode        . eslint-flymake-setup)
         (typescript-ts-mode . eslint-flymake-setup)
         (tsx-ts-mode        . eslint-flymake-setup)))

Customization options

eslint-flymake-command

You can configure how to call ESLint by setting eslint-flymake-command. For example if you don't to call it using npx you can do so by executing (setq eslint-flymake-command ("npx" "eslint" "--no-color" "--stdin")).

Alternatives

  • compile-eslint.el: Enables compilation-mode to work understand the error ESLint error format. Ideal when running ESLint against the whole project.

License

GPLv3+

Author

Javier Olaechea pirata@gmail.com

Releases

No releases published

Packages

No packages published