Skip to content

Commit

Permalink
feat: upgrade vue version and off vue/quote-props rule (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
xcatliu committed Feb 19, 2022
1 parent 7ee41f1 commit 681ac57
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -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",
Expand Down
15 changes: 8 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down

0 comments on commit 681ac57

Please sign in to comment.