mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
chore(eslint-config): bump dependencies (#12155)
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
"commander": "^10.0.0",
|
||||
"consola": "^3.0.2",
|
||||
"esbuild": "^0.18.11",
|
||||
"eslint": "^8.31.0",
|
||||
"eslint": "^8.46.0",
|
||||
"execa": "^6.1.0",
|
||||
"enquirer": "2.3.6",
|
||||
"fast-glob": "^3.2.11",
|
||||
|
@@ -31,6 +31,7 @@ module.exports = {
|
||||
'vue/require-default-prop': 'off',
|
||||
'vue/no-unused-components': 'off',
|
||||
'vue/multi-word-component-names': 'off',
|
||||
'vue/no-setup-props-destructure': 'off',
|
||||
'vue/return-in-computed-property': 'off',
|
||||
// typescript-eslint
|
||||
'@typescript-eslint/camelcase': 'off',
|
||||
|
@@ -20,13 +20,13 @@
|
||||
"author": "chenjiahan",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^5.60.1",
|
||||
"@typescript-eslint/parser": "^5.60.1",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-plugin-vue": "^9.15.1"
|
||||
"@typescript-eslint/eslint-plugin": "^6.2.1",
|
||||
"@typescript-eslint/parser": "^6.2.1",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
"eslint-plugin-vue": "^9.16.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.44.0",
|
||||
"eslint": "^8.46.0",
|
||||
"typescript": "^5.0.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
Reference in New Issue
Block a user