Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mr-julyedu
Overview
Overview
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
baiguangyao
mr-julyedu
Commits
eb603de4
Commit
eb603de4
authored
Aug 28, 2020
by
zhanghaozhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
视频安全问题
parent
2057bf98
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
package.json
+1
-1
src/components/ts-test/index.tsx
+1
-0
No files found.
package.json
View file @
eb603de4
...
...
@@ -130,7 +130,7 @@
}
},
"lint-staged"
:
{
"*.(js|css)"
:
[
"prettier --write"
,
"git add ."
]
"*.(js|css
|ts[x]?
)"
:
[
"prettier --write"
,
"git add ."
]
},
"eslintConfig"
:
{
"extends"
:
"react-app"
,
...
...
src/components/ts-test/index.tsx
View file @
eb603de4
...
...
@@ -22,6 +22,7 @@ const TSTest: React.FC = () => {
function
C
(
a
=
2
,
b
=
3
,
c
=
4
,
d
=
5
,
e
=
6
)
{
return
d
}
export
default
withRouter
(
TSTest
)
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