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: Add svelte/valid-context-access rule #480

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Commits on May 29, 2023

  1. implement

    baseballyama committed May 29, 2023
    Configuration menu
    Copy the full SHA
    7e51ff3 View commit details
    Browse the repository at this point in the history
  2. add changeset

    baseballyama committed May 29, 2023
    Configuration menu
    Copy the full SHA
    2c57127 View commit details
    Browse the repository at this point in the history
  3. add test

    baseballyama committed May 29, 2023
    Configuration menu
    Copy the full SHA
    05f8917 View commit details
    Browse the repository at this point in the history
  4. add if statement test

    baseballyama committed May 29, 2023
    Configuration menu
    Copy the full SHA
    a86eac8 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. Configuration menu
    Copy the full SHA
    72dffcc View commit details
    Browse the repository at this point in the history
  2. fix function argument

    baseballyama committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    d7d0449 View commit details
    Browse the repository at this point in the history
  3. support await

    baseballyama committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    9e01170 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bcdb3a9 View commit details
    Browse the repository at this point in the history
  5. refactor

    baseballyama committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    972e900 View commit details
    Browse the repository at this point in the history
  6. refactor

    baseballyama committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    0f50d57 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    736e5a1 View commit details
    Browse the repository at this point in the history
  8. support then / catch

    baseballyama committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    6ff0994 View commit details
    Browse the repository at this point in the history
  9. add tests and fix bug

    baseballyama committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    ffc0bce View commit details
    Browse the repository at this point in the history