refact: Move everythin to GraphQL, remove redux #1741
ci.yml
on: push
lint
1m 8s
prettier
1m 1s
typescript
59s
unused-exports
55s
Unit tests
1m 5s
Annotations
12 errors and 10 warnings
|
unused-exports
Process completed with exit code 1.
|
|
prettier
Process completed with exit code 1.
|
|
lint:
app/components/Comments/CommentsList.jsx#L28
Expected { after 'if' condition
|
|
lint:
app/components/Comments/CommentsList.jsx#L27
Expected { after 'if' condition
|
|
lint:
app/components/Comments/CommentsList.jsx#L26
Expected { after 'if' condition
|
|
lint:
app/components/Comments/CommentDisplayV2.jsx#L150
Unexpected console statement
|
|
lint:
app/components/Comments/CommentDisplayV2.jsx#L111
Unexpected console statement
|
|
lint:
app/components/Comments/CommentDisplayV2.jsx#L88
Unexpected console statement
|
|
lint:
app/components/Comments/CommentDisplayV2.jsx#L1
Run autofix to sort these imports!
|
|
lint:
app/components/App/Sidebar.jsx#L1
Run autofix to sort these imports!
|
|
lint:
app/components/App/BackgroundNotifier.jsx#L1
Run autofix to sort these imports!
|
|
lint:
app/App.jsx#L3
Run autofix to sort these imports!
|
|
lint:
app/components/Notifications/NotificationDetails.jsx#L73
`'` can be escaped with `'`, `‘`, `'`, `’`
|
|
lint:
app/components/Notifications/NotificationDetails.jsx#L67
`'` can be escaped with `'`, `‘`, `'`, `’`
|
|
lint:
app/components/Notifications/NotificationDetails.jsx#L62
`"` can be escaped with `"`, `“`, `"`, `”`
|
|
lint:
app/components/LoggedInUser/Notifications.jsx#L2
Using exported name 'gql' as identifier for default import
|
|
lint:
app/components/GraphQL/SubscriptionPOC.jsx#L2
Using exported name 'gql' as identifier for default import
|
|
lint:
app/components/App/Sidebar.jsx#L137
'closeSidebar' is assigned a value but never used
|
|
lint:
app/components/App/Sidebar.jsx#L137
'toggleSidebar' is assigned a value but never used
|
|
lint:
app/components/App/Navbar.jsx#L6
Using exported name 'Popup' as identifier for default import
|
|
lint:
app/API/graphql_subscriptions.js#L1
Using exported name 'gql' as identifier for default import
|
|
lint:
app/API/graphql_queries.js#L1
Using exported name 'gql' as identifier for default import
|