productive-eslint 1.0.0-rc-12 → 1.0.0-rc-13
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.config.d.ts +3 -3
- package/package.json +2 -2
package/dist/index.config.d.ts
CHANGED
|
@@ -3,10 +3,10 @@ import antfu from "@antfu/eslint-config";
|
|
|
3
3
|
//#region src/index.config.d.ts
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
|
-
* Main config factory
|
|
6
|
+
* Main config factory.
|
|
7
7
|
*
|
|
8
|
-
* @param options
|
|
9
|
-
* @returns The generated ESLint configuration
|
|
8
|
+
* @param options – The options for generating the ESLint configurations.
|
|
9
|
+
* @returns The generated ESLint configuration.
|
|
10
10
|
*/
|
|
11
11
|
declare const createConfig: typeof antfu;
|
|
12
12
|
//#endregion
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "productive-eslint",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.0-rc-
|
|
4
|
+
"version": "1.0.0-rc-13",
|
|
5
5
|
"description": "Mildly strict and sufficiently practical ESLint config. Powered by @antfu/eslint-config and based on Evgeny Orekhov's eslint-config-hardcore",
|
|
6
6
|
"author": "Bogdan Binitskiy",
|
|
7
7
|
"contributors": [
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
"node": ">=22"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
|
+
"@homer0/prettier-plugin-jsdoc": "^10.0.0",
|
|
34
35
|
"eslint": "^9.26.0",
|
|
35
36
|
"prettier": "^3.5.0",
|
|
36
|
-
"prettier-plugin-jsdoc": "^1.3.2",
|
|
37
37
|
"typescript": "^5.8.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|