build: correct stylelint settings
This commit is contained in:
parent
a646a481db
commit
d433dd92da
2 changed files with 2 additions and 1 deletions
|
@ -2,3 +2,4 @@ dist/
|
||||||
docs/
|
docs/
|
||||||
vendor/
|
vendor/
|
||||||
node_modules/
|
node_modules/
|
||||||
|
*.min.css
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
"extends": "stylelint-config-wordpress",
|
"extends": "stylelint-config-wordpress"
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue