feat: Stylelint

This commit is contained in:
punkfairie 2025-03-08 15:16:35 -08:00
parent f9c2b86c6d
commit 5a44773a3d
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
2 changed files with 3 additions and 0 deletions

View file

@ -114,6 +114,7 @@
alejandra
biome
nodePackages.prettier
stylelint
];
};

View file

@ -5,8 +5,10 @@ return {
---@class ConformOpts
opts = {
formatters_by_ft = {
css = { 'stylelint' },
liquid = { 'prettier' },
nix = { 'alejandra' },
scss = { 'stylelint' },
},
},
},