mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-09-01 08:15:20 +02:00
add support for local stylelint (#1586)
This commit is contained in:
parent
65392c553e
commit
dbb958289b
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue