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
1eba1ab8
Commit
1eba1ab8
authored
Aug 27, 2020
by
Jeff
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新规则
parent
41c24d83
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
3 deletions
+14
-3
.editorconfig
.editorconfig
+1
-1
.eslintrc.js
.eslintrc.js
+13
-2
No files found.
.editorconfig
View file @
1eba1ab8
...
@@ -11,7 +11,7 @@ charset = utf-8
...
@@ -11,7 +11,7 @@ charset = utf-8
indent_style = space
indent_style = space
#缩进数量可选整数值2 or 4,或者tab
#缩进数量可选整数值2 or 4,或者tab
indent_size =
2
indent_size =
4
#换行符的格式 换行符,lf、cr和crlf
#换行符的格式 换行符,lf、cr和crlf
end_of_line = lf
end_of_line = lf
...
...
.eslintrc.js
View file @
1eba1ab8
...
@@ -30,13 +30,24 @@ module.exports = {
...
@@ -30,13 +30,24 @@ module.exports = {
'no-debugger'
:
process
.
env
.
NODE_ENV
===
'production'
?
'warn'
:
'off'
,
'no-debugger'
:
process
.
env
.
NODE_ENV
===
'production'
?
'warn'
:
'off'
,
indent
:
[
indent
:
[
'error'
,
'error'
,
2
,
4
,
{
{
SwitchCase
:
1
,
SwitchCase
:
1
,
flatTernaryExpressions
:
true
flatTernaryExpressions
:
true
}
}
],
],
'comma-dangle'
:
[
'error'
,
'never'
],
'comma-dangle'
:
[
'error'
,
'never'
],
quotes
:
[
'error'
,
'single'
]
quotes
:
[
'error'
,
'single'
],
'vue/html-indent'
:
[
'error'
,
4
,
{
attribute
:
1
,
baseIndent
:
1
,
closeBracket
:
0
,
alignAttributesVertically
:
true
,
ignores
:
[]
}
]
}
}
}
}
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