Flymake plugin to run a linter for JS buffers using biome
(use-package flymake-biome
:ensure t)
Clone this repo somewhere, and add this to your config:
(add-to-list 'load-path "path where the repo was cloned")
(require 'flymake-biome)
(add-hook 'js-mode-hook #'flymake-biome-load)
(use-package flymake-biome
:straight (flymake-biome
:type git
:host github
:repo "erickgnavar/flymake-biome"))