From bdf778ff766a14ad602d17bbe0e721a98df9093c Mon Sep 17 00:00:00 2001 From: xcatliu Date: Thu, 17 Feb 2022 11:03:20 +0800 Subject: [PATCH] feat: upgrade vue version and off vue/quote-props rule --- index.js | 1 + package-lock.json | 15 ++++++++------- package.json | 2 +- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/index.js b/index.js index 5bbaff1..042f7ce 100644 --- a/index.js +++ b/index.js @@ -170,6 +170,7 @@ module.exports = { "vue/object-curly-spacing": "off", "vue/object-property-newline": "off", "vue/operator-linebreak": "off", + "vue/quote-props": "off", "vue/script-indent": "off", "vue/singleline-html-element-content-newline": "off", "vue/space-in-parens": "off", diff --git a/package-lock.json b/package-lock.json index 14194c7..4ed6deb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "eslint-plugin-react": "7.28.0", "eslint-plugin-standard": "4.0.2", "eslint-plugin-unicorn": "40.0.0", - "eslint-plugin-vue": "8.3.0", + "eslint-plugin-vue": "8.4.1", "jest": "27.4.7", "prettier": "2.5.1", "rimraf": "3.0.2", @@ -3019,10 +3019,11 @@ } }, "node_modules/eslint-plugin-vue": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-8.3.0.tgz", - "integrity": "sha512-IIuLHw4vQxGlHcoP2dG6t/2OVdQf2qoyAzEGAxreU1afZOHGA7y3TWq8I+r3ZA6Wjs6xpeUWGHlT31QGr9Rb5g==", + "version": "8.4.1", + "resolved": "https://mirrors.tencent.com/npm/eslint-plugin-vue/-/eslint-plugin-vue-8.4.1.tgz", + "integrity": "sha512-nmWOhNmDx9TZ+yP9ZhezTkZUupSHsYA2TocRm+efPSXMOyFrVczVlaIuQcLBjCtI8CbkBiUQ3VcyQsjlIhDrhA==", "dev": true, + "license": "MIT", "dependencies": { "eslint-utils": "^3.0.0", "natural-compare": "^1.4.0", @@ -10411,9 +10412,9 @@ } }, "eslint-plugin-vue": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-8.3.0.tgz", - "integrity": "sha512-IIuLHw4vQxGlHcoP2dG6t/2OVdQf2qoyAzEGAxreU1afZOHGA7y3TWq8I+r3ZA6Wjs6xpeUWGHlT31QGr9Rb5g==", + "version": "8.4.1", + "resolved": "https://mirrors.tencent.com/npm/eslint-plugin-vue/-/eslint-plugin-vue-8.4.1.tgz", + "integrity": "sha512-nmWOhNmDx9TZ+yP9ZhezTkZUupSHsYA2TocRm+efPSXMOyFrVczVlaIuQcLBjCtI8CbkBiUQ3VcyQsjlIhDrhA==", "dev": true, "requires": { "eslint-utils": "^3.0.0", diff --git a/package.json b/package.json index 1861185..a371e1c 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "eslint-plugin-react": "7.28.0", "eslint-plugin-standard": "4.0.2", "eslint-plugin-unicorn": "40.0.0", - "eslint-plugin-vue": "8.3.0", + "eslint-plugin-vue": "8.4.1", "jest": "27.4.7", "prettier": "2.5.1", "rimraf": "3.0.2",