mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-21 16:33:32 +00:00
10 lines
197 B
YAML
10 lines
197 B
YAML
id: no-star-import
|
|
language: TypeScript
|
|
message: Do not use star imports.
|
|
severity: error
|
|
rule:
|
|
all:
|
|
- kind: namespace_import
|
|
- inside:
|
|
kind: import_statement
|
|
stopBy: end
|