diff --git a/.cspell.json b/.cspell.json index 2edaefd0a9..10a73c7821 100644 --- a/.cspell.json +++ b/.cspell.json @@ -113,5 +113,12 @@ "gen", "proto", "*.spec.ts" - ] + ], + "patterns": [ + { + "name": "import", + "pattern": "/import .*/" + } + ], + "ignoreRegExpList": ["import"] }