build: correct stylelint settings

This commit is contained in:
Ben Goldsworthy 2021-04-15 03:10:02 +01:00
parent a646a481db
commit d433dd92da
2 changed files with 2 additions and 1 deletions

View file

@ -2,3 +2,4 @@ dist/
docs/
vendor/
node_modules/
*.min.css

View file

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