From eda0aa18498dd85eb618873e8e0f4ac97032cfca Mon Sep 17 00:00:00 2001 From: Robat Williams Date: Wed, 18 Nov 2020 21:17:10 +0000 Subject: [PATCH] Docs: no-restricted-imports is only for static imports (#13863) --- docs/rules/no-restricted-imports.md | 2 ++ 1 file changed, 2 insertions(+) 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: