lang/web: add doctor.el

This commit is contained in:
Henrik Lissner
2018-05-25 01:01:22 +02:00
parent 0348686cce
commit 9a8b6a82e2

View 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."))