We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
eslint-disable
We should do a pass to find any eslint-disable lines we don't need any more and remove them.
Inspired by https://github.com/openedx/paragon/pull/3390/files/b2da298b69f96cb6653ecf3971413f51eaa2b994#r1927114654
Example line in question
paragon/src/hooks/tests/useToggle.test.tsx
Line 22 in c5c48aa
The text was updated successfully, but these errors were encountered:
release-22.x
release-23.x
No branches or pull requests
We should do a pass to find any
eslint-disable
lines we don't need any more and remove them.Inspired by https://github.com/openedx/paragon/pull/3390/files/b2da298b69f96cb6653ecf3971413f51eaa2b994#r1927114654
Example line in question
paragon/src/hooks/tests/useToggle.test.tsx
Line 22 in c5c48aa
The text was updated successfully, but these errors were encountered: