Test new hooks #805
Annotations
10 errors and 5 warnings
Lint:
src/api.ts#L7
Unexpected separator (;)
|
Lint:
src/api.ts#L8
Unexpected separator (;)
|
Lint:
src/api.ts#L9
Unexpected separator (;)
|
Lint:
src/api.ts#L30
Closing curly brace appears on the same line as the subsequent block
|
Lint:
src/components/TodoList.tsx#L6
Top-level functions should be declared with function keyword
|
Lint:
src/components/TodoList.tsx#L15
Missing trailing comma
|
Lint:
src/hooks/useTodoActions.ts#L1
Expected "useCallback" to come before "useReducer"
|
Lint:
src/hooks/useTodoActions.ts#L7
Unexpected separator (;)
|
Lint:
src/hooks/useTodoActions.ts#L8
Unexpected separator (;)
|
Lint:
src/hooks/useTodoActions.ts#L9
Unexpected separator (;)
|
Lint:
src/api.ts#L2
There should be at least one empty line between import groups
|
Lint:
src/components/TodoList.tsx#L2
There should be at least one empty line between import groups
|
Lint:
src/components/TodoList.tsx#L2
`clsx` import should occur before import of `react`
|
Lint:
src/components/TodoList.tsx#L3
There should be at least one empty line between import groups
|
Lint:
src/hooks/useTodoActions.ts#L3
There should be at least one empty line between import groups
|
Loading