Skip to content

emacs-pe/eslint-flymake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flymake ESLint

Usage

Installation

(use-package eslint-flymake)

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