lint/css config stylelint (#176)

This commit is contained in:
Carlos Valente
2022-07-11 22:56:35 +02:00
committed by GitHub
parent 97e48fc56e
commit 91a0d975b3
4 changed files with 500 additions and 12 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"extends": [
"stylelint-config-standard-scss",
"stylelint-config-prettier"
]
}