Skip to content

erickgnavar/flymake-biome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

flymake-biome

MELPA

Flymake plugin to run a linter for JS buffers using biome

Installation

Using use-package

(use-package flymake-biome
  :ensure t)

Cloning the repo

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)

Using straight.el

(use-package flymake-biome
  :straight (flymake-biome
             :type git
             :host github
             :repo "erickgnavar/flymake-biome"))

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published