Skip to content
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

style(v2): reduce number of ESLint warnings #4993

Merged
merged 16 commits into from
Jun 24, 2021

Commits on Jun 17, 2021

  1. Initial work

    Signed-off-by: Josh-Cena <sidachen2003@gmail.com>
    Josh-Cena committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    6d3d416 View commit details
    Browse the repository at this point in the history
  2. More fixes

    Signed-off-by: Josh-Cena <sidachen2003@gmail.com>
    Josh-Cena committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    c7c833f View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Update packages/docusaurus-theme-classic/src/theme/ThemedImage/index.tsx

    Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
    Josh-Cena and slorber authored Jun 18, 2021
    Configuration menu
    Copy the full SHA
    9ff6f92 View commit details
    Browse the repository at this point in the history
  2. Update packages/docusaurus-theme-bootstrap/src/theme/ThemedImage/inde…

    …x.tsx
    
    Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
    Josh-Cena and slorber authored Jun 18, 2021
    Configuration menu
    Copy the full SHA
    4c17e4c View commit details
    Browse the repository at this point in the history
  3. Fix

    Signed-off-by: Josh-Cena <sidachen2003@gmail.com>
    Josh-Cena committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    90196bb View commit details
    Browse the repository at this point in the history
  4. Replace versionPathPart with function

    Signed-off-by: Josh-Cena <sidachen2003@gmail.com>
    Josh-Cena committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    2dc74dd View commit details
    Browse the repository at this point in the history
  5. Prefer non-null assertions

    Signed-off-by: Josh-Cena <sidachen2003@gmail.com>
    Josh-Cena committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    e7e9fa7 View commit details
    Browse the repository at this point in the history
  6. Substitute for-of with forEach

    Signed-off-by: Josh-Cena <sidachen2003@gmail.com>
    Josh-Cena committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    8a4c6ac View commit details
    Browse the repository at this point in the history
  7. Fill catch block with placeholder comment

    Signed-off-by: Josh-Cena <sidachen2003@gmail.com>
    Josh-Cena committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    6cc7655 View commit details
    Browse the repository at this point in the history
  8. Ignore local require

    Signed-off-by: Josh-Cena <sidachen2003@gmail.com>
    Josh-Cena committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    c1beedc View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2021

  1. Revert global require change

    Signed-off-by: Josh-Cena <sidachen2003@gmail.com>
    Josh-Cena committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    03e2174 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. Tighten eslint disable range

    Signed-off-by: Josh-Cena <sidachen2003@gmail.com>
    Josh-Cena committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    a36c287 View commit details
    Browse the repository at this point in the history
  2. Make eslint ignore examples and more tolerating to templates

    Signed-off-by: Josh-Cena <sidachen2003@gmail.com>
    Josh-Cena committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    1e8b06d View commit details
    Browse the repository at this point in the history
  3. Use reduce to handle doc items sequentially

    Signed-off-by: Josh-Cena <sidachen2003@gmail.com>
    Josh-Cena committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    c7525d4 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Revert "Use reduce to handle doc items sequentially"

    This reverts commit c7525d4.
    Josh-Cena committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    4f38010 View commit details
    Browse the repository at this point in the history
  2. Address change requests

    Signed-off-by: Josh-Cena <sidachen2003@gmail.com>
    Josh-Cena committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    269c971 View commit details
    Browse the repository at this point in the history