Feat: #482 when Reset topic clicked it should delete comments too #720
Annotations
9 errors
Run npm run lint:
src/web/comment/store/commentStore.ts#L12
There should be at least one empty line between import groups
|
Run npm run lint:
src/web/comment/store/commentStore.ts#L13
`react` import should occur before import of `short-uuid`
|
Run npm run lint:
src/web/comment/store/commentStore.ts#L13
'useState' is defined but never used. Allowed unused vars must match /^_/u
|
Run npm run lint:
src/web/topic/components/TopicWorkspace/MoreActionsDrawer.tsx#L34
Member 'Button' of the import declaration should be sorted alphabetically
|
Run npm run lint:
src/web/topic/components/TopicWorkspace/MoreActionsDrawer.tsx#L47
'setDisplayNodesGetter' is defined but never used. Allowed unused vars must match /^_/u
|
Run npm run lint:
src/web/topic/components/TopicWorkspace/MoreActionsDrawer.tsx#L87
`@/web/comment/store/commentStore` import should occur before import of `@/web/common/components/NumberInput/NumberInput`
|
Run npm run lint:
src/web/topic/components/TopicWorkspace/MoreActionsDrawer.tsx#L88
There should be at least one empty line between import groups
|
Run npm run lint:
src/web/topic/components/TopicWorkspace/MoreActionsDrawer.tsx#L94
`react` import should occur before import of `reactflow`
|
Run npm run lint
Process completed with exit code 1.
|
Loading