openedx / frontend-app-discussions

A React-based micro frontend for the Open edX discussion forums.
GNU Affero General Public License v3.0
6 stars 63 forks source link

chore: removed eslint-disable statements #650

Closed ayesha-waris closed 8 months ago

ayesha-waris commented 8 months ago

INF-1216

Description

Removed nearly all eslint-disable statement, refactoring the code accordingly. No changes have been made to the functionality.

codecov[bot] commented 8 months ago

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (ffb3864) 92.38% compared to head (c99eada) 92.43%. Report is 1 commits behind head on master.

Files Patch % Lines
src/components/icons/People.jsx 50.00% 1 Missing :warning:
src/components/icons/QuestionAnswer.jsx 50.00% 1 Missing :warning:
...ssions/post-comments/comments/comment/proptypes.js 0.00% 1 Missing :warning:
src/discussions/posts/post/proptypes.js 0.00% 1 Missing :warning:
.../discussions/topics/topic-group/TopicGroupBase.jsx 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #650 +/- ## ========================================== + Coverage 92.38% 92.43% +0.05% ========================================== Files 169 169 Lines 3452 3450 -2 Branches 892 891 -1 ========================================== Hits 3189 3189 + Misses 243 241 -2 Partials 20 20 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.