Commits on May 5, 2020

  1. add linting for class-methods-use-this and fix most resulting errors.…

    … Add /tools and /tests to linter. Update height in UpgradeBanner
    IAmThePan committed May 5, 2020

Commits on May 11, 2020

Commits on May 14, 2020

  1. Refactor UNSAFE_componentWillMount into either constructor or compone…

    …ntDidMount, leave notes for how decision was made.
    IAmThePan committed May 14, 2020

Commits on May 18, 2020

  1. Refactor UNSAFE_componentWillReceiveProps to componentDidUpdate or ge…

    …tDerivedStateFromProps
    IAmThePan committed May 18, 2020

Commits on May 21, 2020

  1. add linting for react/destructuring-assignment and fix errors. ToDo: …

    …test code and check for errors
    IAmThePan committed May 21, 2020

Commits on May 22, 2020

  1. Fix minor bugs

    IAmThePan committed May 22, 2020

Commits on May 23, 2020

  1. rework linting rule no-param-reassign to have more exceptions and par…

    …am object destructuring
    IAmThePan committed May 23, 2020

Commits on Jun 4, 2020