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

fix: biome linter issues #5695

Merged
merged 61 commits into from
Feb 28, 2024
Merged

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    741b956 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6e9495 View commit details
    Browse the repository at this point in the history
  3. fix: noCommaOperator

    BatuhanW committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    a2e087b View commit details
    Browse the repository at this point in the history
  4. fix: noUnreachable

    BatuhanW committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    1ea811b View commit details
    Browse the repository at this point in the history
  5. fix: useSelfClosingElements

    BatuhanW committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    2789eab View commit details
    Browse the repository at this point in the history
  6. fix: noDuplicateJsxProps

    BatuhanW committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    68cfac4 View commit details
    Browse the repository at this point in the history
  7. fix: noRedeclare

    BatuhanW committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    75df619 View commit details
    Browse the repository at this point in the history
  8. fix: noDuplicateObjectKeys

    BatuhanW committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    5d1809c View commit details
    Browse the repository at this point in the history
  9. fix: useValidTypeof

    BatuhanW committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    8e71039 View commit details
    Browse the repository at this point in the history
  10. fix: noSelfCompare

    BatuhanW committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    02f7ba0 View commit details
    Browse the repository at this point in the history
  11. fix: noUselessElse

    BatuhanW committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    db89cb5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c37dd5e View commit details
    Browse the repository at this point in the history
  13. fix: noExtraBooleanCast

    BatuhanW committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    81fca45 View commit details
    Browse the repository at this point in the history
  14. fix: useOptionalChain

    BatuhanW committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    72c27a2 View commit details
    Browse the repository at this point in the history
  15. fix: noUselessSwitchCase

    BatuhanW committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    dde7813 View commit details
    Browse the repository at this point in the history
  16. fix: noUselessRename

    BatuhanW committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    f66039a View commit details
    Browse the repository at this point in the history
  17. fix: noConstantCondition

    BatuhanW committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    839fb83 View commit details
    Browse the repository at this point in the history
  18. fix: noEmptyPattern

    BatuhanW committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    9834161 View commit details
    Browse the repository at this point in the history
  19. fix: noUselessConstructor

    BatuhanW committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    5854469 View commit details
    Browse the repository at this point in the history
  20. fix: noSwitchDeclarations

    BatuhanW committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    059d26f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    08fcbd1 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    1e6d890 View commit details
    Browse the repository at this point in the history
  23. fix: noGlobalIsNan

    BatuhanW committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    c5f1659 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e649abf View commit details
    Browse the repository at this point in the history
  25. fix: noPrototypeBuiltins

    BatuhanW committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    25c602b View commit details
    Browse the repository at this point in the history
  26. fix: noAssignInExpressions

    BatuhanW committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    83c4ea6 View commit details
    Browse the repository at this point in the history
  27. fix: noUnusedTemplateLiteral

    BatuhanW committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    c06220e View commit details
    Browse the repository at this point in the history
  28. fix: useArrowFunction

    BatuhanW committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    785f04b View commit details
    Browse the repository at this point in the history
  29. fix: useTemplate

    BatuhanW committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    f8ca569 View commit details
    Browse the repository at this point in the history
  30. fix: noDoubleEquals

    BatuhanW committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    7222898 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    69c19d6 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    fa9535f View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    186964a View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    bb86d38 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    43e9a97 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    0ea6fb6 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    b07556f View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    fed33cd View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    6c25983 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    563b464 View commit details
    Browse the repository at this point in the history
  41. fix: isNan issues

    BatuhanW committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    8e6173f View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    26f92d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    345101a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5511a42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    112aaae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a293a5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2749f6a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d353b7c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    480027e View commit details
    Browse the repository at this point in the history
  9. feat: test

    BatuhanW committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    7ee0a0e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    58aa787 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c25dc2e View commit details
    Browse the repository at this point in the history
  12. fix: remove typos

    BatuhanW committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    a893462 View commit details
    Browse the repository at this point in the history
  13. fix: biome.json formatting

    BatuhanW committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    3054a1b View commit details
    Browse the repository at this point in the history
  14. chore: add changesets

    BatuhanW committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    2a59aa4 View commit details
    Browse the repository at this point in the history
  15. chore: remove push.yml

    BatuhanW committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    44b934b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    53a17b8 View commit details
    Browse the repository at this point in the history
  17. fix: formatting

    BatuhanW committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    d78b3cf View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ad01b60 View commit details
    Browse the repository at this point in the history
  19. fix: remove changes

    BatuhanW committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    173b3b8 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1ec87cf View commit details
    Browse the repository at this point in the history