Skip to content

Commit 219757f

Browse files
xcatliulydell
andauthored
Turn off new eslint-plugin-vue rules (#163)
Co-authored-by: Simon Lydell <[email protected]>
1 parent 4edf6e6 commit 219757f

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ eslint-config-prettier has been tested with:
702702
- eslint-plugin-react 7.21.4
703703
- eslint-plugin-standard 4.0.1
704704
- eslint-plugin-unicorn 22.0.0
705-
- eslint-plugin-vue 7.0.1
705+
- eslint-plugin-vue 7.1.0
706706

707707
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 request!
708708

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"eslint-plugin-react": "7.21.4",
5555
"eslint-plugin-standard": "4.0.1",
5656
"eslint-plugin-unicorn": "22.0.0",
57-
"eslint-plugin-vue": "7.0.1",
57+
"eslint-plugin-vue": "7.1.0",
5858
"jest": "26.5.3",
5959
"prettier": "2.1.2",
6060
"replace": "1.2.0",

vue.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ module.exports = {
55
"vue/html-self-closing": 0,
66
"vue/max-len": 0,
77

8+
"vue/array-bracket-newline": "off",
89
"vue/array-bracket-spacing": "off",
910
"vue/arrow-spacing": "off",
1011
"vue/block-spacing": "off",
12+
"vue/block-tag-newline": "off",
1113
"vue/brace-style": "off",
1214
"vue/comma-dangle": "off",
1315
"vue/comma-spacing": "off",

0 commit comments

Comments
 (0)