diff options
| author | 2025-04-23 11:57:27 -0700 | |
|---|---|---|
| committer | 2025-04-23 11:57:27 -0700 | |
| commit | 78d6124c3d91464fca84db61500ad51cee225ec3 (patch) | |
| tree | 163bd9eef2dd8d7d3fb4468d3037a5bbc9add8f6 | |
| parent | 36681aff2613b4251979752aee6ef69f75cfa3cd (diff) | |
| download | new-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.el | 3 |
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)) |
