Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit 39e7acd

Browse files
committed
Merge branch 'release/0.25.0'
2 parents 4878a2a + 61d0c90 commit 39e7acd

File tree

126 files changed

+3902
-1320
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+3902
-1320
lines changed

.eslintignore

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,9 @@ tests/utils/a*
1515
tests/utils/e*
1616
tests/utils/n*
1717

18-
app/js/account/A*
19-
app/js/account/B*
20-
app/js/account/Ch*
21-
app/js/account/Cr*
22-
23-
app/js/account/store/settings*
24-
2518
app/js/components/*
2619
!app/js/components/Navbar*
2720

28-
app/js/store/*
29-
app/js/utils/*
30-
!app/js/utils/account-utils*
31-
!app/js/utils/api-utils*
32-
3321
app/js/profiles/store/*
3422
app/js/profiles/tabs/*
3523
app/js/profiles/Ex*

.eslintrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"plugins": [
55
"react"
66
],
7+
"globals": {
8+
"proxyFetch": true
9+
},
710
"ecmaFeatures": {
811
"jsx": true,
912
"modules": true
@@ -37,6 +40,7 @@
3740
"react/jsx-uses-vars": 2,
3841
"react/react-in-jsx-scope": 2,
3942
"react/prop-types": 2,
43+
"react/sort-comp": 0,
4044
"no-duplicate-imports": 0,
4145
"import/no-duplicates": 2
4246
},
47 KB
Loading
11.4 KB
Loading
49.7 KB
Loading
141 KB
Loading
-67.8 KB
Binary file not shown.
-12.1 KB
Binary file not shown.

app/images/app-icon-ongaku-ryoho.png

-12.1 KB
Binary file not shown.

app/images/[email protected]

-28 KB
Binary file not shown.

0 commit comments

Comments
 (0)