aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2025-04-23 11:57:27 -0700
committerGravatar Tom Willemse2025-04-23 11:57:27 -0700
commit78d6124c3d91464fca84db61500ad51cee225ec3 (patch)
tree163bd9eef2dd8d7d3fb4468d3037a5bbc9add8f6
parent36681aff2613b4251979752aee6ef69f75cfa3cd (diff)
downloadnew-dotfiles-78d6124c3d91464fca84db61500ad51cee225ec3.tar.gz
new-dotfiles-78d6124c3d91464fca84db61500ad51cee225ec3.zip
pop-os/emacs: Add eslint to web-mode checkers for Flycheck
-rw-r--r--oni/home/config/pop-os/emacs.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/oni/home/config/pop-os/emacs.el b/oni/home/config/pop-os/emacs.el
index f272237..9c79385 100644
--- a/oni/home/config/pop-os/emacs.el
+++ b/oni/home/config/pop-os/emacs.el
@@ -218,3 +218,6 @@ buffers.")
(with-eval-after-load 'php-mode
(require 'flycheck-phpstan nil t))
+
+(with-eval-after-load 'flycheck
+ (flycheck-add-mode 'javascript-eslint 'web-mode))