Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Springboot Plus
Commits
ab4da671
Commit
ab4da671
authored
Oct 11, 2019
by
zengchao
Browse files
-
parent
9ba5a600
Changes
2
Hide whitespace changes
Inline
Side-by-side
ve-admin/admin-web/.eslintrc.js
View file @
ab4da671
...
...
@@ -39,7 +39,7 @@ module.exports = {
useTabs
:
false
,
singleQuote
:
true
,
semi
:
true
,
trailingComma
:
'
all
'
,
trailingComma
:
'
none
'
,
bracketSpacing
:
true
,
jsxBracketSameLine
:
false
,
arrowParens
:
'
avoid
'
,
...
...
ve-admin/admin-web/.prettierrc
View file @
ab4da671
...
...
@@ -5,7 +5,7 @@
"useTabs": false,
"singleQuote": true,
"semi": true,
"trailingComma": "
all
",
"trailingComma": "
none
",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid"
...
...
Write
Preview
Supports
Markdown
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