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
Commits on Apr 29, 2020
Commits on May 1, 2020
Commits on May 4, 2020
Commits on May 5, 2020
add linting for class-methods-use-this and fix most resulting errors.…
… Add /tools and /tests to linter. Update height in UpgradeBanner
Commits on May 6, 2020
Commits on May 8, 2020
Commits on May 11, 2020
Commits on May 12, 2020
finish linting errors for no-restricted-syntax. 1 remains: couldn't r…
…esolve removing iterator loops for urlSearchParams
Commits on May 14, 2020
Refactor UNSAFE_componentWillMount into either constructor or compone…
…ntDidMount, leave notes for how decision was made.
Commits on May 18, 2020
Refactor UNSAFE_componentWillReceiveProps to componentDidUpdate or ge…
…tDerivedStateFromProps
Commits on May 20, 2020
Commits on May 21, 2020
add linting for react/destructuring-assignment and fix errors. ToDo: …
…test code and check for errors
Commits on May 22, 2020
Commits on May 23, 2020
rework linting rule no-param-reassign to have more exceptions and par…
…am object destructuring
Commits on May 26, 2020
remove added linting expression no-use-before-define and fix resultin…
…g errors. fix BugDB.js bug.