plugins/none-ls add stylelint

This commit is contained in:
James Taranto 2024-02-07 01:33:38 +11:00 committed by Gaétan Lepage
parent b0edf063c4
commit 2d7c834866
2 changed files with 8 additions and 0 deletions

View file

@ -84,6 +84,7 @@
pylint.enable = true;
write_good.enable = true;
yamllint.enable = true;
stylelint.enable = true;
};
formatting = {
alejandra.enable = true;
@ -112,6 +113,7 @@
prettierd.enable = true;
shfmt.enable = true;
stylua.enable = true;
stylelint.enable = true;
taplo.enable = true;
isort.enable = true;
jq.enable = true;