lang/web: add doctor.el

This commit is contained in:
Henrik Lissner 2018-05-25 01:01:22 +02:00
parent 0348686cce
commit 9a8b6a82e2
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

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