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

View File

@@ -162,12 +162,14 @@
"jest-serializer-vue": "^2.0.2",
"npm-run-all": "^4.1.5",
"nuxt-windicss": "^2.2.6",
"postcss-html": "^1.3.0",
"prettier": "^2.5.1",
"raw-loader": "^4.0.2",
"sass": "^1.49.8",
"sass-loader": "^10.2.0",
"stylelint": "^14.5.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended-vue": "^1.3.0",
"stylelint-config-standard": "^25.0.0",
"stylelint-config-standard-scss": "^3.0.0",
"ts-jest": "^27.1.3",