You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In PR #617, we introduced a config to allow skipping annotations on certain components by providing their names. It would be nice to also have a config option that allows you to set specific files that should have no annotations applied. This is useful in the case where a specific file is known to have several components that are incompatible with the plugin, and you don't want to have to list every single component name in the configs
{
name: "ignoredFiles",
type: "string[]",
fullDescription:
"A list of strings representing local paths to files to ignore. The plugin will not perform any annotations on components in these files.",
supportedBundlers: ["webpack", "vite", "rollup"],
}
The text was updated successfully, but these errors were encountered:
In PR #617, we introduced a config to allow skipping annotations on certain components by providing their names. It would be nice to also have a config option that allows you to set specific files that should have no annotations applied. This is useful in the case where a specific file is known to have several components that are incompatible with the plugin, and you don't want to have to list every single component name in the configs
The text was updated successfully, but these errors were encountered: