lang/web: add doctor.el
This commit is contained in:
parent
0348686cce
commit
9a8b6a82e2
1 changed files with 8 additions and 0 deletions
8
modules/lang/web/doctor.el
Normal file
8
modules/lang/web/doctor.el
Normal file
|
@ -0,0 +1,8 @@
|
|||
;;; lang/web/doctor.el -*- lexical-binding: t; -*-
|
||||
|
||||
(unless (executable-find "js-beautify")
|
||||
(warn! "Couldn't find js-beautify. Code formatting in JS/CSS/HTML modes will not work."))
|
||||
|
||||
(unless (executable-find "stylelint")
|
||||
(warn! "Couldn't find stylelint. Linting for CSS modes will not work."))
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue