Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2022-05-28 22:58:15 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e7d83f00551e6ddb2723747725342e5e22980e4f
e7d83f00
1 parent
ab19e885
🌈 style:
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
.eslintrc.js
.eslintrc.js
View file @
e7d83f0
...
...
@@ -17,6 +17,7 @@ module.exports = {
}
}],
"vue/singleline-html-element-content-newline"
:
0
,
// 在单行元素的内容之前和之后需要换行符
'vue/multi-word-component-names'
:
0
,
"vue/first-attribute-linebreak"
:
0
,
// 强制第一个属性需要换行
"vue/multi-word-component-names"
:
0
,
// 要求组件名称始终为多字
}
}
...
...
Please
register
or
login
to post a comment