mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-23 18:55:37 -04:00
11 lines
197 B
YAML
11 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
|