gnu: Add emacs-eslint-flymake.

* gnu/packages/emacs-xyz.scm (emacs-eslint-flymake): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Change-Id: Icc17900bdbb9ebe26c9678f2f5781bf50b54d402
This commit is contained in:
Javier Olaechea 2025-01-03 11:32:38 +01:00 committed by Nicolas Goaziou
parent b1fed4ca56
commit 166625ec0d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -7430,6 +7430,28 @@ whose goal is to provide colorful yet legible options for users who want
something with a bit more flair than the Modus themes.")
(license license:gpl3+)))
(define-public emacs-eslint-flymake
(let ((commit "c78246330ee3ac1e0e07a709473d98a113d268e5")
(revision "1"))
(package
(name "emacs-eslint-flymake")
(version "0.2.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/emacs-pe/eslint-flymake")
(commit commit)))
(sha256
(base32 "19h95k57hrsysmvqzillzfn6wcinvcidv14fvbaqxgigwfwj0jnw"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-flymake))
(home-page "https://github.com/emacs-pe/eslint-flymake")
(synopsis "ESLint backend for Flymake")
(description
"This package lets Flymake run ESLint on the current buffer.")
(license license:gpl3+))))
(define-public emacs-espuds
(package
(name "emacs-espuds")