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

Add no-anonymous-default-export rule #2273

Merged
merged 25 commits into from
Feb 9, 2024

Commits on Feb 6, 2024

  1. Add tests

    fisker committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    bb56398 View commit details
    Browse the repository at this point in the history
  2. Implement

    fisker committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    7162ebf View commit details
    Browse the repository at this point in the history
  3. Better location

    fisker committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    569b536 View commit details
    Browse the repository at this point in the history
  4. Suggestion

    fisker committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    414d858 View commit details
    Browse the repository at this point in the history
  5. Suggestion for function

    fisker committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    13c4d11 View commit details
    Browse the repository at this point in the history
  6. Arrow function

    fisker committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    8e48b4c View commit details
    Browse the repository at this point in the history
  7. decorator

    fisker committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    1d36811 View commit details
    Browse the repository at this point in the history
  8. Docs / lints

    fisker committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    139634a View commit details
    Browse the repository at this point in the history
  9. More tests

    fisker committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    bbf771a View commit details
    Browse the repository at this point in the history
  10. Linting

    fisker committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    3471bd4 View commit details
    Browse the repository at this point in the history
  11. Test super class

    fisker committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    c886c20 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a2a3ff7 View commit details
    Browse the repository at this point in the history
  13. Prepare for cjs

    fisker committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    266ce9f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c70f9b0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9a5f276 View commit details
    Browse the repository at this point in the history
  16. Remove name in error message

    fisker committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    cd95e26 View commit details
    Browse the repository at this point in the history
  17. Fix Parenthesized assignment

    fisker committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    5922bd2 View commit details
    Browse the repository at this point in the history
  18. Only check expressions

    fisker committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    03c9c96 View commit details
    Browse the repository at this point in the history
  19. Linting

    fisker committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    df2b860 View commit details
    Browse the repository at this point in the history
  20. Fix codebase

    fisker committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    eb78a88 View commit details
    Browse the repository at this point in the history
  21. More tests

    fisker committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    0e2927a View commit details
    Browse the repository at this point in the history
  22. Improve fix

    fisker committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    3b52c8a View commit details
    Browse the repository at this point in the history
  23. linting

    fisker committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    a8a968e View commit details
    Browse the repository at this point in the history
  24. Check parent type instead

    fisker committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    3d73e06 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    6ff9e91 View commit details
    Browse the repository at this point in the history