fix: dev class editing CssSyntaxError on Windows

This commit is contained in:
Andrew Bastin
2022-02-26 22:29:21 +05:30
parent 5b816422d7
commit 247ace7838
3 changed files with 71 additions and 30 deletions

View File

@@ -1,9 +1,11 @@
module.exports = {
ignoreFiles: ["/**/*.vue"],
customSyntax: "postcss-html",
extends: [
"stylelint-config-standard",
"stylelint-config-prettier",
"stylelint-config-standard-scss",
"stylelint-config-recommended-vue",
],
defaultSeverity: "warning",
// add your custom config here