Skip to content

Commit

Permalink
Update eslint-plugin-vue to 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xcatliu committed Dec 27, 2019
1 parent d6bf4c0 commit 05dc7c8
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 38 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -804,7 +804,7 @@ eslint-config-prettier has been tested with:
- eslint-plugin-react 7.17.0
- eslint-plugin-standard 4.0.1
- eslint-plugin-unicorn 15.0.1
- eslint-plugin-vue 6.0.1
- eslint-plugin-vue 6.1.0

Have new rules been added since those versions? Have we missed any rules? Is
there a plugin you would like to see exclusions for? Open an issue or a pull
Expand Down
51 changes: 15 additions & 36 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 @@ -53,7 +53,7 @@
"eslint-plugin-react": "7.17.0",
"eslint-plugin-standard": "4.0.1",
"eslint-plugin-unicorn": "15.0.1",
"eslint-plugin-vue": "6.0.1",
"eslint-plugin-vue": "^6.1.0",
"jest": "24.9.0",
"prettier": "1.19.1",
"replace": "1.1.1",
Expand Down
1 change: 1 addition & 0 deletions vue.js
Expand Up @@ -3,6 +3,7 @@
module.exports = {
rules: {
"vue/html-self-closing": 0,
"vue/max-len": 0,

"vue/array-bracket-spacing": "off",
"vue/arrow-spacing": "off",
Expand Down

0 comments on commit 05dc7c8

Please sign in to comment.