@w5s/eslint-config 3.12.0 → 3.13.0

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/dist/index.d.ts CHANGED
@@ -1490,7 +1490,7 @@ type ImportPreferDefaultExport = [] | [{
1490
1490
  }];
1491
1491
  //#endregion
1492
1492
  //#region src/config/imports.d.ts
1493
- declare function imports(options?: imports.Options): Promise<[Config]>;
1493
+ declare function imports(options?: imports.Options): Promise<[Config, Config]>;
1494
1494
  declare namespace imports {
1495
1495
  var recommended: {
1496
1496
  'import/first': string;