@zinkawaii/eslint-config 0.3.1 → 0.4.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
@@ -1,12 +1,6 @@
1
- import * as _antfu_eslint_config0 from "@antfu/eslint-config";
1
+ import antfu from "@antfu/eslint-config";
2
2
 
3
3
  //#region src/index.d.ts
4
- declare const _default: {
5
- patch: _antfu_eslint_config0.Rules;
6
- recommended: _antfu_eslint_config0.Rules;
7
- standard: _antfu_eslint_config0.Rules;
8
- stylistic: _antfu_eslint_config0.Rules;
9
- vue: _antfu_eslint_config0.Rules;
10
- };
4
+ declare function zin(...[options, ...userConfigs]: Parameters<typeof antfu>): ReturnType<typeof antfu>;
11
5
  //#endregion
12
- export { _default as default };
6
+ export { zin as default, zin };