diff --git a/docs/rules/no-restricted-imports.md b/docs/rules/no-restricted-imports.md index e86544d2e6f..0f6841340c9 100644 --- a/docs/rules/no-restricted-imports.md +++ b/docs/rules/no-restricted-imports.md @@ -12,6 +12,8 @@ Why would you want to restrict imports? This rule allows you to specify imports that you don't want to use in your application. +It applies to static imports only, not dynamic ones. + ## Options The syntax to specify restricted imports looks like this: