Skip to content

Commit 2a2438e

Browse files
authored
feat: off vue/array-element-newline (#259)
1 parent 6b48bb2 commit 2a2438e

File tree

3 files changed

+57
-54
lines changed

3 files changed

+57
-54
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ module.exports = {
135135
"unicorn/number-literal-case": "off",
136136
"vue/array-bracket-newline": "off",
137137
"vue/array-bracket-spacing": "off",
138+
"vue/array-element-newline": "off",
138139
"vue/arrow-spacing": "off",
139140
"vue/block-spacing": "off",
140141
"vue/block-tag-newline": "off",

package-lock.json

Lines changed: 55 additions & 53 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
@@ -29,7 +29,7 @@
2929
"eslint-plugin-react": "7.32.2",
3030
"eslint-plugin-standard": "4.0.2",
3131
"eslint-plugin-unicorn": "46.0.0",
32-
"eslint-plugin-vue": "9.9.0",
32+
"eslint-plugin-vue": "9.15.1",
3333
"jest": "29.4.3",
3434
"prettier": "2.8.4",
3535
"rimraf": "4.3.0",

0 commit comments

Comments
 (0)