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 a87d5da
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 38 deletions.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -33,6 +33,7 @@ it together with some other config.
- [Example _double_ quote configuration](#example-_double_-quote-configuration)
- [Example _single_ quote configuration](#example-_single_-quote-configuration)
- [vue/html-self-closing](#vuehtml-self-closing)
- [vue/max-len](#max-len)
- [Other rules worth mentioning](#other-rules-worth-mentioning)
- [no-sequences](#no-sequences)
- [Contributing](#contributing)
Expand Down Expand Up @@ -804,7 +805,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.1

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 Expand Up @@ -906,3 +907,4 @@ several other npm scripts:
[travis-badge]: https://travis-ci.org/prettier/eslint-config-prettier.svg?branch=master
[travis]: https://travis-ci.org/prettier/eslint-config-prettier
[vue/html-self-closing]: https://github.com/vuejs/eslint-plugin-vue/blob/master/docs/rules/html-self-closing.md
[vue/max-len]: https://github.com/vuejs/eslint-plugin-vue/blob/master/docs/rules/max-len.md
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.1",
"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 a87d5da

Please sign in to comment.