This plugin is enabled when any of the following package names and/or regular expressions has a match in dependencies
or devDependencies
:
next
{
"next": {
"entry": ["next.config.{js,ts,cjs,mjs}", "pages/**/*.{js,jsx,ts,tsx}", "src/pages/**/*.{js,jsx,ts,tsx}"]
}
}
Also see Knip plugins for more information about plugins.