Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
New issue
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
Code Cleanup: Enforce Linting Rules & Update UNSAFE_ React Lifecycle Events #559
Code Cleanup: Enforce Linting Rules & Update UNSAFE_ React Lifecycle Events #559
Changes from 1 commit
75b00918d370823049bd1fe03ad7f11bc185f3471ed4d84dc17f90eda77cd1bc31dbaf3d50aff227d0120988a29b55be21241747ceb413fbac0ec93fd954ebe815546ae8ffcc4c56460c5ef6633ca24024533fd7590aa60ecb62e8f634c1dea5143275a88cb68493d262970629b4d16c2cb47a1File filter
Jump to
Remove file and line linting exceptions.
christophertinoJun 4, 2020
Member
We can remove this line entirely and let the AirBnB defaults pick it up.
IAmThePanJun 11, 2020
Author
Contributor
updated in feature/cleanup-cleanup as this PR was already merged.
wlycdgrJun 11, 2020
Member
lgtm in feature/cleanup-cleanup
wlycdgrJun 11, 2020
Member
I saw this rule got added to the
.eslintfile but in turned-off state, with a ToDo note to turn it on. Should we do that now instead of deferring it since it's apparently only one other place besides this one?IAmThePanJun 12, 2020
Author
Contributor
There are two others linting rules like this. On the video call with you, Ethan, Tino and me, Tino suggested that this could be something that interns could work on.
One of the other a11y linting rules will require strings and translations as it is for video captions.
wlycdgrJun 15, 2020
Member
Right right. Sorry, I'd forgotten. Sounds good.