fix tabs in stylelintrc.js

This commit is contained in:
Ulf Gebhardt 2022-03-11 00:02:54 +01:00
parent 333095c927
commit 1f89e8038d
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
2 changed files with 6 additions and 6 deletions

View File

@ -9,9 +9,9 @@ module.exports = {
extends: ["stylelint-config-standard-scss"],
},
{
files: "**/*.vue",
customSyntax: "postcss-html",
extends: ["stylelint-config-recommended-vue"],
files: "**/*.vue",
customSyntax: "postcss-html",
extends: ["stylelint-config-recommended-vue"],
}
]

View File

@ -9,9 +9,9 @@ module.exports = {
extends: ["stylelint-config-standard-scss"],
},
{
files: "**/*.vue",
customSyntax: "postcss-html",
extends: ["stylelint-config-recommended-vue"],
files: "**/*.vue",
customSyntax: "postcss-html",
extends: ["stylelint-config-recommended-vue"],
}
]