This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leo
/
LAPP_AdvancedPlanner_Front
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'develop' of
http://101.201.121.115:3000/leo/LAPP_AdvancedPlanner_Front
into develop
test
liwei
3 years ago
parent
8bf666a127
de220f1766
commit
40899a698e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.eslintrc.js
+ 1
- 1
.eslintrc.js
View File
@ -10,6 +10,6 @@ module.exports = {
rules
:
{
"no-console"
:
process
.
env
.
NODE_ENV
===
"production"
?
"warn"
:
"off"
,
"no-debugger"
:
process
.
env
.
NODE_ENV
===
"production"
?
"warn"
:
"off"
,
"endOfLine"
:
'auto'
,
"endOfLine"
:
0
,
}
,
}
;
Write
Preview
Loading…
Cancel
Save