fix: dev class editing CssSyntaxError on Windows
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user