@eslint-react/kit 5.13.1 → 5.13.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.
- package/dist/index.d.ts +1 -6
- package/dist/index.js +1 -1
- package/package.json +6 -6
package/dist/index.d.ts
CHANGED
|
@@ -6,7 +6,6 @@ import * as tseslint from "@typescript-eslint/utils/ts-eslint";
|
|
|
6
6
|
import { RuleFix, RuleFixer, RuleListener, RuleListener as RuleListener$1 } from "@typescript-eslint/utils/ts-eslint";
|
|
7
7
|
import { TSESTree } from "@typescript-eslint/types";
|
|
8
8
|
import { ESLint, Linter } from "eslint";
|
|
9
|
-
|
|
10
9
|
//#region ../eslint/dist/index.d.ts
|
|
11
10
|
//#region src/types.d.ts
|
|
12
11
|
/**
|
|
@@ -14,10 +13,6 @@ import { ESLint, Linter } from "eslint";
|
|
|
14
13
|
* @since 0.0.1
|
|
15
14
|
*/
|
|
16
15
|
type RuleContext<MessageIds extends string = string, Options extends readonly unknown[] = readonly unknown[]> = tseslint.RuleContext<MessageIds, Options>;
|
|
17
|
-
/**
|
|
18
|
-
* Rule feature.
|
|
19
|
-
* @since 1.20.0
|
|
20
|
-
*/
|
|
21
16
|
/**
|
|
22
17
|
* Merges multiple visitor objects into a single visitor object.
|
|
23
18
|
*
|
|
@@ -33,7 +28,7 @@ type RuleContext<MessageIds extends string = string, Options extends readonly un
|
|
|
33
28
|
* // When encountering Identifier nodes, outputs 1 then 2
|
|
34
29
|
* ```
|
|
35
30
|
*/
|
|
36
|
-
declare function merge(base: RuleListener$1, ...rest: RuleListener$1[]): RuleListener$1;
|
|
31
|
+
declare function merge(base: RuleListener$1, ...rest: RuleListener$1[]): RuleListener$1;
|
|
37
32
|
//#endregion
|
|
38
33
|
//#region src/index.d.ts
|
|
39
34
|
interface Collector<T> {
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/kit",
|
|
3
|
-
"version": "5.13.
|
|
3
|
+
"version": "5.13.2",
|
|
4
4
|
"description": "ESLint React's utility module for building custom React rules with JavaScript functions.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -38,15 +38,15 @@
|
|
|
38
38
|
"@typescript-eslint/types": "^8.63.0",
|
|
39
39
|
"@typescript-eslint/utils": "^8.63.0",
|
|
40
40
|
"string-ts": "^2.3.1",
|
|
41
|
-
"@eslint-react/
|
|
42
|
-
"@eslint-react/
|
|
43
|
-
"@eslint-react/shared": "5.13.
|
|
41
|
+
"@eslint-react/ast": "5.13.2",
|
|
42
|
+
"@eslint-react/core": "5.13.2",
|
|
43
|
+
"@eslint-react/shared": "5.13.2"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"eslint": "^10.6.0",
|
|
47
|
-
"tsdown": "^0.22.
|
|
47
|
+
"tsdown": "^0.22.4",
|
|
48
48
|
"typescript": "6.0.3",
|
|
49
|
-
"@eslint-react/eslint": "5.13.
|
|
49
|
+
"@eslint-react/eslint": "5.13.2",
|
|
50
50
|
"@local/configs": "0.0.0"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|