productive-eslint 1.0.0-rc → 1.0.0-rc-2

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.
@@ -1,6 +1,18 @@
1
1
  import antfu from "@antfu/eslint-config";
2
2
 
3
3
  //#region src/index.config.d.ts
4
+ /**
5
+ * Main config factory
6
+ *
7
+ * @param options – The options for generating the ESLint configurations
8
+ * @returns The generated ESLint configuration
9
+ */
10
+ /**
11
+ * Main config factory
12
+ *
13
+ * @param options – The options for generating the ESLint configurations
14
+ * @returns The generated ESLint configuration
15
+ */
4
16
  declare const createConfig: typeof antfu;
5
17
 
6
18
  //#endregion