Created
October 29, 2024 20:26
-
-
Save mehulkar/982624cf50b66b91750a2de426e3c4d6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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