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(packages/sui-decorators): Create AsyncInlineError decorator #1746

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

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    bc73cff View commit details
    Browse the repository at this point in the history
  2. feat(packages/eslint-plugin-sui): Decorators ADR: validate AsyncInlin…

    …eError and mark method warning
    oriolpuig committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    2b89c71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ea3a37 View commit details
    Browse the repository at this point in the history
  4. feat(packages/eslint-plugin-sui): Decorators ADR: @AsyncInlineError m…

    …ust exist fix suggestion
    oriolpuig committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    2a184b6 View commit details
    Browse the repository at this point in the history
  5. feat(packages/eslint-plugin-sui): Decorators ADR: check decorators or…

    …der with fix suggestion
    oriolpuig committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    9a44253 View commit details
    Browse the repository at this point in the history
  6. feat(packages/eslint-plugin-sui): [ADR] Decorators: Use @AsyncInlineE…

    …rror() on services and reposito
    oriolpuig committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    f3a2001 View commit details
    Browse the repository at this point in the history
  7. feat(packages/eslint-plugin-sui): ADR Decorators: use MethodDefinitio…

    …n instead of ClassDefinition
    oriolpuig committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    d830f2b View commit details
    Browse the repository at this point in the history
  8. feat(packages/eslint-plugin-sui): Rename rule to decorator-async-inli…

    …ne-error and manage rule by pat
    oriolpuig committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    4bab675 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6294dd8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fe8b7f5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bee8cb2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d997ff7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6124f6b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3d7d977 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. feat(packages/eslint-plugin-sui): @inlineError must be on non-async f…

    …unctions and closest to the met
    oriolpuig committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    163a959 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef3c679 View commit details
    Browse the repository at this point in the history