Skip to content

Instantly share code, notes, and snippets.

@mehulkar
Created October 29, 2024 20:26
Show Gist options
  • Save mehulkar/982624cf50b66b91750a2de426e3c4d6 to your computer and use it in GitHub Desktop.
Save mehulkar/982624cf50b66b91750a2de426e3c4d6 to your computer and use it in GitHub Desktop.
id: block-packages-imports
language: TypeScript
severity: error
message: Do not import from packages directly. Use `@api/package-name`.
rule:
kind: import_statement
has:
kind: string
has:
kind: string_fragment
regex: "^packages[\\/|\\w|\\d|\\.]*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment