Solution #2556
Annotations
10 errors
Run npm run lint:
src/App.jsx#L5
'posts' is assigned a value but never used
|
Run npm run lint:
src/App.jsx#L14
'App' is not defined
|
Run npm run lint:
src/components/CommentInfo/CommentInfo.spec.jsx#L5
CommentInfo not found in './CommentInfo'
|
Run npm run lint:
src/components/CommentInfo/index.js#L1
No named exports found in module './CommentInfo'
|
Run npm run lint:
src/components/CommentList/CommentList.jsx#L2
Unable to resolve path to module './CommentInfo'
|
Run npm run lint:
src/components/CommentList/CommentList.jsx#L2
Missing file extension for "./CommentInfo"
|
Run npm run lint:
src/components/CommentList/CommentList.spec.jsx#L6
CommentList not found in './CommentList'
|
Run npm run lint:
src/components/CommentList/index.js#L1
No named exports found in module './CommentList'
|
Run npm run lint:
src/components/PostInfo/PostInfo.jsx#L2
Unable to resolve path to module './UserInfo'
|
Run npm run lint:
src/components/PostInfo/PostInfo.jsx#L2
Missing file extension for "./UserInfo"
|
Loading