feat: Stylelint
This commit is contained in:
parent
f9c2b86c6d
commit
5a44773a3d
2 changed files with 3 additions and 0 deletions
|
@ -114,6 +114,7 @@
|
|||
alejandra
|
||||
biome
|
||||
nodePackages.prettier
|
||||
stylelint
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -5,8 +5,10 @@ return {
|
|||
---@class ConformOpts
|
||||
opts = {
|
||||
formatters_by_ft = {
|
||||
css = { 'stylelint' },
|
||||
liquid = { 'prettier' },
|
||||
nix = { 'alejandra' },
|
||||
scss = { 'stylelint' },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue