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 83ede52 commit 4b27c11Copy full SHA for 4b27c11
src/index.ts
@@ -36,7 +36,9 @@ export default function (
36
naturally,
37
unicode,
38
} = styleApi
39
- const { knownFramework, knownFirstparty } = options
+
40
+ let knownFramework = options.knownFramework || []
41
+ let knownFirstparty = options.knownFirstparty || []
42
43
function isFrameworkModule (imported: IImport) {
44
return knownFramework.some((prefix) =>
0 commit comments