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

feat(no-shadow-native-events): initial implementation #2558

Open
wants to merge 34 commits into
base: master
Choose a base branch
from

Commits on Sep 16, 2024

  1. initial version

    JoCa96 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    7b640fe View commit details
    Browse the repository at this point in the history
  2. added invalid tests

    JoCa96 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    8ad0f4b View commit details
    Browse the repository at this point in the history
  3. added valid tests cases

    JoCa96 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    fe3615d View commit details
    Browse the repository at this point in the history
  4. clean up

    JoCa96 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    892f277 View commit details
    Browse the repository at this point in the history
  5. add docs

    JoCa96 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    391a4bb View commit details
    Browse the repository at this point in the history
  6. update related docs

    JoCa96 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    654332a View commit details
    Browse the repository at this point in the history
  7. add missing test fixture

    JoCa96 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    300c138 View commit details
    Browse the repository at this point in the history
  8. fix link

    JoCa96 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    c3e68ca View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    218a577 View commit details
    Browse the repository at this point in the history
  10. lint issue: remove todo

    JoCa96 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    4e55123 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ddfb904 View commit details
    Browse the repository at this point in the history
  12. remove unused options

    JoCa96 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    81ddf6a View commit details
    Browse the repository at this point in the history
  13. replace array with Set

    JoCa96 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    7d47fac View commit details
    Browse the repository at this point in the history
  14. add explanatory comments

    JoCa96 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    82123a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. initial version

    JoCa96 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    c72133f View commit details
    Browse the repository at this point in the history
  2. added invalid tests

    JoCa96 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    1c40d3b View commit details
    Browse the repository at this point in the history
  3. added valid tests cases

    JoCa96 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    8e2cfd7 View commit details
    Browse the repository at this point in the history
  4. clean up

    JoCa96 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    9d0e1c2 View commit details
    Browse the repository at this point in the history
  5. add docs

    JoCa96 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    84b7b78 View commit details
    Browse the repository at this point in the history
  6. update related docs

    JoCa96 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    7bdf176 View commit details
    Browse the repository at this point in the history
  7. add missing test fixture

    JoCa96 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b10bae2 View commit details
    Browse the repository at this point in the history
  8. fix link

    JoCa96 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    2dc6949 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9a8ccd7 View commit details
    Browse the repository at this point in the history
  10. lint issue: remove todo

    JoCa96 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    dc011e0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8c71413 View commit details
    Browse the repository at this point in the history
  12. remove unused options

    JoCa96 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    f3ffb7d View commit details
    Browse the repository at this point in the history
  13. replace array with Set

    JoCa96 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    066689b View commit details
    Browse the repository at this point in the history
  14. add explanatory comments

    JoCa96 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    7941f9c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3901c99 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    44f5eb4 View commit details
    Browse the repository at this point in the history
  17. Update docs/rules/no-shadow-native-events.md

    Co-authored-by: Flo Edelmann <[email protected]>
    JoCa96 and FloEdelmann authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b62c161 View commit details
    Browse the repository at this point in the history
  18. Update docs/rules/no-shadow-native-events.md

    Co-authored-by: Flo Edelmann <[email protected]>
    JoCa96 and FloEdelmann authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    4feb834 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    3e9e020 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df3e87e View commit details
    Browse the repository at this point in the history