@rebeccastevens/eslint-config 3.9.2 → 3.9.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Changelog
2
2
  All notable changes to this project will be documented in this file. Dates are displayed in UTC.
3
3
 
4
+ ## [3.9.3](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.9.2...v3.9.3) (2026-02-28)
5
+
6
+
7
+ ### Bug Fixes
8
+
9
+ * config type ([5690c6a](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/5690c6a4c62d90fee90daeed1345b15d4aeeb2ba))
10
+
4
11
  ## [3.9.2](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.9.1...v3.9.2) (2026-02-23)
5
12
 
6
13
 
package/dist/index.d.cts CHANGED
@@ -19113,7 +19113,7 @@ export declare const defaultPluginRenaming: {
19113
19113
  * @param {Awaitable<FlatConfigItem | FlatConfigItem[]>[]} userConfigs - The user configurations to be merged with the generated configurations.
19114
19114
  * @returns {Promise<FlatConfigItem[]>} The merged ESLint configurations.
19115
19115
  */
19116
- export declare function rsEslint(options: OptionsConfig, ...userConfigs: ReadonlyArray<Awaitable<FlatConfigItem | FlatConfigItem[]>>): Promise<FlatConfigItem[]>;
19116
+ export declare function rsEslint(options: OptionsConfig, ...userConfigs: ReadonlyArray<Awaitable<FlatConfigItem | FlatConfigItem[]>>): Promise<Linter.Config[]>;
19117
19117
  export type ResolvedOptions<T> = T extends boolean ? never : T extends string ? never : NonNullable<T>;
19118
19118
  export declare function resolveSubOptions<K extends keyof OptionsConfig>(options: Readonly<OptionsConfig>, key: K): ResolvedOptions<OptionsConfig[K]>;
19119
19119
  export declare function getOverrides<K extends keyof OptionsConfig>(options: Readonly<OptionsConfig>, key: K): (Partial<Record<string, SharedConfig.RuleEntry>> & RuleOptions) | undefined;
package/dist/index.d.ts CHANGED
@@ -19113,7 +19113,7 @@ export declare const defaultPluginRenaming: {
19113
19113
  * @param {Awaitable<FlatConfigItem | FlatConfigItem[]>[]} userConfigs - The user configurations to be merged with the generated configurations.
19114
19114
  * @returns {Promise<FlatConfigItem[]>} The merged ESLint configurations.
19115
19115
  */
19116
- export declare function rsEslint(options: OptionsConfig, ...userConfigs: ReadonlyArray<Awaitable<FlatConfigItem | FlatConfigItem[]>>): Promise<FlatConfigItem[]>;
19116
+ export declare function rsEslint(options: OptionsConfig, ...userConfigs: ReadonlyArray<Awaitable<FlatConfigItem | FlatConfigItem[]>>): Promise<Linter.Config[]>;
19117
19117
  export type ResolvedOptions<T> = T extends boolean ? never : T extends string ? never : NonNullable<T>;
19118
19118
  export declare function resolveSubOptions<K extends keyof OptionsConfig>(options: Readonly<OptionsConfig>, key: K): ResolvedOptions<OptionsConfig[K]>;
19119
19119
  export declare function getOverrides<K extends keyof OptionsConfig>(options: Readonly<OptionsConfig>, key: K): (Partial<Record<string, SharedConfig.RuleEntry>> & RuleOptions) | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rebeccastevens/eslint-config",
3
- "version": "3.9.2",
3
+ "version": "3.9.3",
4
4
  "description": "My ESLint shareable config.",
5
5
  "keywords": [
6
6
  "eslint config"