Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
city-portal-ui
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
超管PCQ
city-portal-ui
Commits
13e9ae85
Commit
13e9ae85
authored
Nov 18, 2021
by
张罗鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
初始化
parent
fd1129b8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
0 deletions
+27
-0
.browserslistrc
.browserslistrc
+2
-0
.editorconfig
.editorconfig
+5
-0
.eslintrc.js
.eslintrc.js
+18
-0
.gitignore
.gitignore
+2
-0
No files found.
.browserslistrc
0 → 100644
View file @
13e9ae85
> 1%
last 2 versions
.editorconfig
0 → 100644
View file @
13e9ae85
[*.{js,jsx,ts,tsx,vue}]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true
.eslintrc.js
0 → 100644
View file @
13e9ae85
module
.
exports
=
{
root
:
true
,
env
:
{
node
:
true
},
extends
:
[
'plugin:vue/essential'
,
'@vue/standard'
],
rules
:
{
'no-console'
:
process
.
env
.
NODE_ENV
===
'production'
?
'error'
:
'off'
,
'no-debugger'
:
process
.
env
.
NODE_ENV
===
'production'
?
'error'
:
'off'
,
semi
:
[
0
,
'always'
],
'space-before-function-paren'
:
[
0
,
'never'
],
'no-trailing-spaces'
:
'off'
,
'no-undef'
:
'off'
},
parserOptions
:
{
parser
:
'babel-eslint'
}
};
.gitignore
0 → 100644
View file @
13e9ae85
node_modules
/dist
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