Variable: providerRuleTriggerFileNames
constproviderRuleTriggerFileNames:ReadonlySet<string>
Defined in: _internal/config-file-scanner.ts:33
The set of ESLint config filenames that trigger provider-config rules.
Provider rules scan config files from the repository root, so they must be
triggered by one of the ESLint config files (where users configure the
plugin) or package.json (a common alternative plugin-config entry point).