Skip to content

Commit

Permalink
feat: off vue/array-element-newline (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
xcatliu committed Jul 27, 2023
1 parent 6b48bb2 commit 2a2438e
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 54 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -135,6 +135,7 @@ module.exports = {
"unicorn/number-literal-case": "off",
"vue/array-bracket-newline": "off",
"vue/array-bracket-spacing": "off",
"vue/array-element-newline": "off",
"vue/arrow-spacing": "off",
"vue/block-spacing": "off",
"vue/block-tag-newline": "off",
Expand Down
108 changes: 55 additions & 53 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.32.2",
"eslint-plugin-standard": "4.0.2",
"eslint-plugin-unicorn": "46.0.0",
"eslint-plugin-vue": "9.9.0",
"eslint-plugin-vue": "9.15.1",
"jest": "29.4.3",
"prettier": "2.8.4",
"rimraf": "4.3.0",
Expand Down

0 comments on commit 2a2438e

Please sign in to comment.