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

Upgrade eslint, apply lint fixes, add lint github action #2667

Closed
wants to merge 24 commits into from

Commits on Sep 3, 2023

  1. Configuration menu
    Copy the full SHA
    5a1a5d7 View commit details
    Browse the repository at this point in the history
  2. 🎨 set ecmaVersion to 2021 in parserOptions

    According to node.green, ES2021 has 100% support for node16, but ES2022 doesn't
    ff137 committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    d76e821 View commit details
    Browse the repository at this point in the history
  3. 🎨 apply npm run lintfix

    ff137 committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    6d075ac View commit details
    Browse the repository at this point in the history
  4. Replace await in loop with an array of promises and execute all concu…

    …rrently with `Promise.all()`
    ff137 committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    31b3880 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8df767f View commit details
    Browse the repository at this point in the history
  6. 🎨 fix eslint import/order

    ff137 committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    286f0e9 View commit details
    Browse the repository at this point in the history
  7. 🎨 remove unused vars

    ff137 committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    47021be View commit details
    Browse the repository at this point in the history
  8. 🎨 fix eslint import/order

    ff137 committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    caa1516 View commit details
    Browse the repository at this point in the history
  9. 🎨 remove unused vars

    ff137 committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    b762e82 View commit details
    Browse the repository at this point in the history
  10. Replace await in loop with an array of promises and execute all concu…

    …rrently with `Promise.all()`
    ff137 committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    356751e View commit details
    Browse the repository at this point in the history
  11. Replace await in loop with an array of promises and execute all concu…

    …rrently with `Promise.all()`
    ff137 committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    8b028a7 View commit details
    Browse the repository at this point in the history
  12. 🎨 ensure consistent returns

    ff137 committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    d35b7df View commit details
    Browse the repository at this point in the history
  13. 🎨 fix no-camel-case

    ff137 committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    1fa0dde View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    653327b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9360686 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    cde0a94 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4e13605 View commit details
    Browse the repository at this point in the history
  18. 🎨

    ff137 committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    37aa86b View commit details
    Browse the repository at this point in the history
  19. add BigInt as global

    ff137 committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    50260b1 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    fc15623 View commit details
    Browse the repository at this point in the history
  21. ⬆️ use actions/checkout@v3

    ff137 committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    1e8ff16 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    325e418 View commit details
    Browse the repository at this point in the history
  23. 🎨 eslint-disable

    ff137 committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    de388ff View commit details
    Browse the repository at this point in the history
  24. 🎨 fix lint suggestion

    ff137 committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    15fe19f View commit details
    Browse the repository at this point in the history