Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commitef3ce45

Browse files
committed
chore(eslint): fmt
1 parentc1c8960 commitef3ce45

File tree

5 files changed

+27
-5
lines changed

5 files changed

+27
-5
lines changed

‎containers/JobsThread/logic.js‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,12 @@ const debug = makeDebugger('L:JobsThread')
3232
letstore=null
3333
letsub$=null
3434

35-
constvalidFilter=R.pickBy(R.compose(R.not,R.isEmpty))
35+
constvalidFilter=R.pickBy(
36+
R.compose(
37+
R.not,
38+
R.isEmpty
39+
)
40+
)
3641

3742
exportfunctioninAnchor(){
3843
store.setHeaderFix(false)

‎containers/Labeler/Selected.js‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ const renderReadonlyItems = items => {
3636

3737
return(
3838
<Item>
39-
{items.map(item=><Hightlightkey={uid.gen()}>{item}</Hightlight>)}
39+
{items.map(item=>(
40+
<Hightlightkey={uid.gen()}>{item}</Hightlight>
41+
))}
4042
</Item>
4143
)
4244
}

‎containers/PostsThread/logic.js‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,12 @@ let store = null
3434
letsub$=null
3535

3636
// TODO: move to utils
37-
constvalidFilter=R.pickBy(R.compose(R.not,R.isEmpty))
37+
constvalidFilter=R.pickBy(
38+
R.compose(
39+
R.not,
40+
R.isEmpty
41+
)
42+
)
3843

3944
exportconstinAnchor=()=>store.setHeaderFix(false)
4045
exportconstoutAnchor=()=>store.setHeaderFix(true)

‎containers/ReposThread/logic.js‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,12 @@ const debug = makeDebugger('L:ReposThread')
3131

3232
letstore=null
3333

34-
constvalidFilter=R.pickBy(R.compose(R.not,R.isEmpty))
34+
constvalidFilter=R.pickBy(
35+
R.compose(
36+
R.not,
37+
R.isEmpty
38+
)
39+
)
3540

3641
exportconstinAnchor=()=>store.setHeaderFix(false)
3742
exportconstoutAnchor=()=>store.setHeaderFix(true)

‎containers/VideosThread/logic.js‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,12 @@ const debug = makeDebugger('L:VideosThread')
3131

3232
letstore=null
3333

34-
constvalidFilter=R.pickBy(R.compose(R.not,R.isEmpty))
34+
constvalidFilter=R.pickBy(
35+
R.compose(
36+
R.not,
37+
R.isEmpty
38+
)
39+
)
3540

3641
exportfunctionloadVideos(page=1){
3742
const{ mainPath}=store.curRoute

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp