Skip to content

Commit 681ac57

Browse files
authored
feat: upgrade vue version and off vue/quote-props rule (#217)
1 parent 7ee41f1 commit 681ac57

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

index.js

+1
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ module.exports = {
170170
"vue/object-curly-spacing": "off",
171171
"vue/object-property-newline": "off",
172172
"vue/operator-linebreak": "off",
173+
"vue/quote-props": "off",
173174
"vue/script-indent": "off",
174175
"vue/singleline-html-element-content-newline": "off",
175176
"vue/space-in-parens": "off",

package-lock.json

+8-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"eslint-plugin-react": "7.28.0",
3030
"eslint-plugin-standard": "4.0.2",
3131
"eslint-plugin-unicorn": "40.0.0",
32-
"eslint-plugin-vue": "8.3.0",
32+
"eslint-plugin-vue": "8.4.1",
3333
"jest": "27.4.7",
3434
"prettier": "2.5.1",
3535
"rimraf": "3.0.2",

0 commit comments

Comments
 (0)