@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 +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +9 -7
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
- package/src/config/imports.ts +5 -2
- package/src/config/unicorn.ts +3 -2
- package/src/defineConfig.ts +8 -3
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;
|