Commit a91f5fd9 authored by 王玉鑫's avatar 王玉鑫

chore: stylelint order修改

parent 3406fa39
This diff is collapsed.
......@@ -14,8 +14,8 @@
"format": "prettier --write src/"
},
"dependencies": {
"@vueuse/core": "^10.6.1",
"@amap/amap-jsapi-loader": "^1.0.1",
"@vueuse/core": "^10.6.1",
"axios": "^1.6.2",
"big.js": "^6.2.1",
"element-plus": "^2.4.2",
......@@ -52,7 +52,7 @@
"prettier": "^3.1.0",
"sass": "^1.69.5",
"stylelint": "^15.11.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-recess-order": "^4.4.0",
"stylelint-config-recommended-scss": "^13.1.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^34.0.0",
......
......@@ -2,7 +2,7 @@ module.exports = {
extends: [
'stylelint-config-standard',
'stylelint-config-recommended-scss',
'stylelint-config-rational-order',
'stylelint-config-recess-order',
'stylelint-config-recommended-vue',
],
rules: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment