add support for local stylelint (#1586)

This commit is contained in:
Abouzar Parvan 2021-09-20 14:15:22 +04:30 committed by GitHub
parent 65392c553e
commit dbb958289b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,6 +28,7 @@ local local_providers = {
prettier_d_slim = { find = from_node_modules },
eslint_d = { find = from_node_modules },
eslint = { find = from_node_modules },
stylelint = { find = from_node_modules },
}
function M.find_command(command)