This commit is contained in:
jxxghp
2023-06-28 22:43:36 +08:00
parent 487dc19078
commit 3e7dddf4e3
4 changed files with 45 additions and 2 deletions

View File

@@ -60,6 +60,7 @@
"@typescript-eslint/parser": "^5.59.5",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.40.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-typescript": "^3.5.1",
@@ -69,6 +70,7 @@
"eslint-plugin-sonarjs": "^0.19.0",
"eslint-plugin-unicorn": "^47.0.0",
"eslint-plugin-vue": "^9.12.0",
"postcss": "^8.4.24",
"postcss-html": "^1.5.0",
"stylelint": "14.15.0",
"stylelint-config-idiomatic-order": "9.0.0",
@@ -89,4 +91,4 @@
"resolutions": {
"postcss": "8"
}
}
}