ci: install the npm lint dependencies

This commit is contained in:
2024-12-29 19:14:26 +01:00
parent c095a98c5b
commit 3ab06794e3
5 changed files with 1661 additions and 15 deletions

3
.stylelintrc.json Normal file
View File

@ -0,0 +1,3 @@
{
"extends": ["stylelint-config-standard"]
}