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
Merged
+3,808
−3,126
fix minor bugs
f634c1d
Select commit
75b0091
add linting for no-param-reassign and fix resulting linting errors
IAmThePan 8d37082
add linting for prefer-object-spread and fix resulting linting errors
IAmThePan 3049bd1
add linting for no-restricted-syntax and fix 1/2 of resulting errors
IAmThePan fe03ad7
add linting for no-prototype-builtins and fix resulting linting errors
IAmThePan f11bc18
add linting for class-methods-use-this and fix most resulting errors.…
IAmThePan 5f3471e
finish linting for class-methods-use-this
IAmThePan d4d84dc
add linting for no-mixed-operators and fix resulting linting errors
IAmThePan 17f90ed
add linting for import/prefer-default-export and fix resulting lintin…
IAmThePan a77cd1b
add linting for react/no-access-state-in-setstate and fix resulting l…
IAmThePan c31dbaf
add linting for react/jsx-props-no-spreading and fix resulting lintin…
IAmThePan 3d50aff
finish linting errors for no-restricted-syntax. 1 remains: couldn't r…
IAmThePan 227d012
Merge branch 'develop' into feature/update-linter
IAmThePan 0988a29
Fix linting errors resulting from the merge with develop
IAmThePan b55be21
Refactor UNSAFE_componentWillMount into either constructor or compone…
IAmThePan 241747c
Refactor UNSAFE_componentWillReceiveProps to componentDidUpdate or ge…
IAmThePan eb413fb
re-enable lint exception for no-prototype-builtins and revert calls b…
IAmThePan ac0ec93
add single line exception for no-restricted-syntax linting rule
IAmThePan fd954eb
add linting for react/destructuring-assignment and fix errors. ToDo: …
IAmThePan e815546
Fix minor bugs
IAmThePan ae8ffcc
Fix General Settings last updated text
IAmThePan 4c56460
rework linting rule no-param-reassign to have more exceptions and par…
IAmThePan c5ef663
Remove file and line linting exceptions.
IAmThePan 3ca2402
re-add linting rule react/sort-comp and fix resulting errors
IAmThePan 4533fd7
remove added linting exception consistent-return and fix resulting er…
IAmThePan 590aa60
remove added linting expression no-use-before-define and fix resultin…
IAmThePan ecb62e8
Fix linting error
IAmThePan f634c1d
fix minor bugs
IAmThePan ea51432
Code cleanup: fix PromoModal imports
IAmThePan 75a88cb
Merge with develop. Fix resulting linting errors
IAmThePan 68493d2
remove unnecessary hasOwnProperty calls after refactored for...in loops
IAmThePan 6297062
Fix missing strings bug
IAmThePan 9b4d16c
Fix last remaining string bug
IAmThePan 2cb47a1
Merge branch 'develop' into feature/cleanup
IAmThePan
Merged
Code Cleanup: Enforce Linting Rules & Update UNSAFE_ React Lifecycle Events #559
fix minor bugs
Apr 29, 2020
Apr 29, 2020
May 1, 2020
May 4, 2020
May 5, 2020
May 6, 2020
May 6, 2020
May 8, 2020
May 8, 2020
May 11, 2020
May 12, 2020
May 12, 2020
May 12, 2020
May 14, 2020
May 18, 2020
May 20, 2020
May 20, 2020
May 21, 2020
May 22, 2020
May 22, 2020
May 23, 2020
May 26, 2020
May 26, 2020
May 26, 2020
May 26, 2020
May 26, 2020
May 26, 2020
May 26, 2020
May 26, 2020
May 28, 2020
May 28, 2020
May 28, 2020
Jun 4, 2020
f634c1d
Select commit
75b0091
add linting for no-param-reassign and fix resulting linting errors
IAmThePan 8d37082
add linting for prefer-object-spread and fix resulting linting errors
IAmThePan 3049bd1
add linting for no-restricted-syntax and fix 1/2 of resulting errors
IAmThePan fe03ad7
add linting for no-prototype-builtins and fix resulting linting errors
IAmThePan f11bc18
add linting for class-methods-use-this and fix most resulting errors.…
IAmThePan 5f3471e
finish linting for class-methods-use-this
IAmThePan d4d84dc
add linting for no-mixed-operators and fix resulting linting errors
IAmThePan 17f90ed
add linting for import/prefer-default-export and fix resulting lintin…
IAmThePan a77cd1b
add linting for react/no-access-state-in-setstate and fix resulting l…
IAmThePan c31dbaf
add linting for react/jsx-props-no-spreading and fix resulting lintin…
IAmThePan 3d50aff
finish linting errors for no-restricted-syntax. 1 remains: couldn't r…
IAmThePan 227d012
Merge branch 'develop' into feature/update-linter
IAmThePan 0988a29
Fix linting errors resulting from the merge with develop
IAmThePan b55be21
Refactor UNSAFE_componentWillMount into either constructor or compone…
IAmThePan 241747c
Refactor UNSAFE_componentWillReceiveProps to componentDidUpdate or ge…
IAmThePan eb413fb
re-enable lint exception for no-prototype-builtins and revert calls b…
IAmThePan ac0ec93
add single line exception for no-restricted-syntax linting rule
IAmThePan fd954eb
add linting for react/destructuring-assignment and fix errors. ToDo: …
IAmThePan e815546
Fix minor bugs
IAmThePan ae8ffcc
Fix General Settings last updated text
IAmThePan 4c56460
rework linting rule no-param-reassign to have more exceptions and par…
IAmThePan c5ef663
Remove file and line linting exceptions.
IAmThePan 3ca2402
re-add linting rule react/sort-comp and fix resulting errors
IAmThePan 4533fd7
remove added linting exception consistent-return and fix resulting er…
IAmThePan 590aa60
remove added linting expression no-use-before-define and fix resultin…
IAmThePan ecb62e8
Fix linting error
IAmThePan f634c1d
fix minor bugs
IAmThePan ea51432
Code cleanup: fix PromoModal imports
IAmThePan 75a88cb
Merge with develop. Fix resulting linting errors
IAmThePan 68493d2
remove unnecessary hasOwnProperty calls after refactored for...in loops
IAmThePan 6297062
Fix missing strings bug
IAmThePan 9b4d16c
Fix last remaining string bug
IAmThePan 2cb47a1
Merge branch 'develop' into feature/cleanup
IAmThePan