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
|
alejandra
|
||||||
biome
|
biome
|
||||||
nodePackages.prettier
|
nodePackages.prettier
|
||||||
|
stylelint
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -5,8 +5,10 @@ return {
|
||||||
---@class ConformOpts
|
---@class ConformOpts
|
||||||
opts = {
|
opts = {
|
||||||
formatters_by_ft = {
|
formatters_by_ft = {
|
||||||
|
css = { 'stylelint' },
|
||||||
liquid = { 'prettier' },
|
liquid = { 'prettier' },
|
||||||
nix = { 'alejandra' },
|
nix = { 'alejandra' },
|
||||||
|
scss = { 'stylelint' },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue