Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mould-vuecli3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lhfe
mould-vuecli3
Commits
c92fd173
Commit
c92fd173
authored
Aug 27, 2020
by
Jeff
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新规则
parent
af844e9e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
3 deletions
+15
-3
.editorconfig
.editorconfig
+1
-1
.eslintrc.js
.eslintrc.js
+14
-2
No files found.
.editorconfig
View file @
c92fd173
...
...
@@ -11,7 +11,7 @@ charset = utf-8
indent_style = space
#缩进数量可选整数值2 or 4,或者tab
indent_size =
4
indent_size =
2
#换行符的格式 换行符,lf、cr和crlf
end_of_line = lf
...
...
.eslintrc.js
View file @
c92fd173
...
...
@@ -30,7 +30,7 @@ module.exports = {
'no-debugger'
:
process
.
env
.
NODE_ENV
===
'production'
?
'warn'
:
'off'
,
indent
:
[
'error'
,
4
,
2
,
{
SwitchCase
:
1
,
flatTernaryExpressions
:
true
...
...
@@ -40,7 +40,7 @@ module.exports = {
quotes
:
[
'error'
,
'single'
],
'vue/html-indent'
:
[
'error'
,
4
,
2
,
{
attribute
:
1
,
baseIndent
:
1
,
...
...
@@ -48,6 +48,18 @@ module.exports = {
alignAttributesVertically
:
true
,
ignores
:
[]
}
],
'vue/html-self-closing'
:
[
'error'
,
{
html
:
{
void
:
'never'
,
normal
:
'never'
,
component
:
'never'
},
svg
:
'never'
,
math
:
'always'
}
]
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment