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