This plugin is enabled when any of the following package names and/or regular expressions has a match in dependencies
or devDependencies:
gatsbygatsby-cli
{
"gatsby": {
"config": ["gatsby-{config,node}.{js,jsx,ts,tsx}"],
"entry": [
"gatsby-{browser,ssr}.{js,jsx,ts,tsx}",
"src/api/**/*.{js,ts}",
"src/pages/**/*.{js,jsx,ts,tsx}",
"src/templates/**/*.{js,jsx,ts,tsx}",
"src/html.{js,jsx,ts,tsx}"
]
}
}Also see Knip plugins for more information about plugins.