diff --git a/docs/rules/imports/unresolved-import.md b/docs/rules/imports/unresolved-import.md index 84d9981e..297d4faf 100644 --- a/docs/rules/imports/unresolved-import.md +++ b/docs/rules/imports/unresolved-import.md @@ -4,6 +4,8 @@ **Category**: Imports +**Type**: Aggregate - only runs when more than one file is provided for linting + **Avoid** Imports that can't be resolved. @@ -38,7 +40,7 @@ import data.users This linter rule provides the following configuration options: ```yaml -rules: +rules: imports: unresolved-import: # one of "error", "warning", "ignore"