We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 010d436 commit e9b4da6Copy full SHA for e9b4da6
scripts/ci/forbidden-identifiers.js
@@ -43,7 +43,7 @@ const componentFolders = fs
43
const scopePackages = ['src/core'].concat(componentFolders);
44
45
const blockedRegex = new RegExp(blocked_statements.join('|'), 'g');
46
-const importRegex = /from '(.*)'/g;
+const importRegex = /from\s+'(.*)';/g;
47
48
/**
49
* Find the fork point between HEAD of the current branch, and master.
0 commit comments