Skip to content

Commit

Permalink
Remove legacy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
eddeee888 committed Oct 19, 2024
1 parent cc2865f commit c4cc443
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .changeset/pink-pets-sparkle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eddeee888/gcg-typescript-resolver-files': patch
---

Do not report namingConvention usage as it is fully supported
Original file line number Diff line number Diff line change
Expand Up @@ -340,14 +340,6 @@ const validateTypesPluginsConfig = (
);
}

if ('namingConvention' in config) {
console.warn(
fmt.warn(
"presetConfig.typesPluginsConfig.namingConvention is not fully supported. The default is `namingConvention: 'keep'`. Change at your own risk."
)
);
}

const { scalars: _, emitLegacyCommonJSImports: __, ...rest } = config;

return rest;
Expand Down

0 comments on commit c4cc443

Please sign in to comment.