Added stylelint rules

This commit is contained in:
Florian Bouillon 2019-03-29 00:02:22 +01:00
parent fafe29f42d
commit bc8ad9e656
2 changed files with 4 additions and 0 deletions

1
.stylelintignore Normal file
View File

@ -0,0 +1 @@
vendor/**

3
.stylelintrc.json Normal file
View File

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