Add stylelint

This commit is contained in:
Vendicated 2023-01-30 05:02:17 +01:00
parent fce7d6b681
commit 62f7e4d45c
No known key found for this signature in database
GPG key ID: A1DC0CFB5615D905
11 changed files with 773 additions and 32 deletions

6
.stylelintrc.json Normal file
View file

@ -0,0 +1,6 @@
{
"extends": "stylelint-config-standard",
"rules": {
"indentation": 4
}
}