settings
- Type:
Record<string, any>
Provides shared settings to all rules in a matching config entry. Native rules and compatible third-party ESLint rules can read these values from their rule context.
When multiple matching entries provide settings, ordinary nested objects are merged recursively. Later arrays and scalar values replace earlier values.