File tree 10 files changed +111
-186
lines changed
10 files changed +111
-186
lines changed Original file line number Diff line number Diff line change 26
26
"eslint-plugin-jsdoc" : " ^50.6.11" ,
27
27
"eslint-plugin-perfectionist" : " ^4.12.3" ,
28
28
"eslint-plugin-regexp" : " ^2.7.0" ,
29
- "eslint-plugin-unicorn" : " ^58 .0.0" ,
29
+ "eslint-plugin-unicorn" : " ^59 .0.0" ,
30
30
"typescript-eslint" : " ^8.31.0"
31
31
}
32
32
}
Original file line number Diff line number Diff line change 36
36
"eslint-plugin-jsdoc" : " ^50.6.11" ,
37
37
"eslint-plugin-perfectionist" : " ^4.12.3" ,
38
38
"eslint-plugin-regexp" : " ^2.7.0" ,
39
- "eslint-plugin-unicorn" : " ^58 .0.0" ,
39
+ "eslint-plugin-unicorn" : " ^59 .0.0" ,
40
40
"string-ts" : " ^2.2.1" ,
41
41
"ts-pattern" : " ^5.7.0"
42
42
},
Original file line number Diff line number Diff line change 44
44
"@tsconfig/strictest" : " ^2.0.5" ,
45
45
"@types/hast" : " ^3.0.4" ,
46
46
"@types/mdx" : " ^2.0.13" ,
47
- "@types/node" : " ^22.15.2 " ,
47
+ "@types/node" : " ^22.15.3 " ,
48
48
"@types/react" : " ^19.1.2" ,
49
49
"@types/react-dom" : " ^19.1.2" ,
50
50
"autoprefixer" : " ^10.4.21" ,
55
55
"eslint-plugin-perfectionist" : " ^4.12.3" ,
56
56
"eslint-plugin-react-hooks" : " ^5.2.0" ,
57
57
"eslint-plugin-react-refresh" : " ^0.4.20" ,
58
- "eslint-plugin-unicorn" : " ^58 .0.0" ,
58
+ "eslint-plugin-unicorn" : " ^59 .0.0" ,
59
59
"importx" : " ^0.5.2" ,
60
60
"postcss" : " ^8.5.3" ,
61
61
"tailwindcss" : " ^4.1.4" ,
Original file line number Diff line number Diff line change 22
22
"@tsconfig/next" : " ^2.0.3" ,
23
23
"@tsconfig/node22" : " ^22.0.1" ,
24
24
"@tsconfig/strictest" : " ^2.0.5" ,
25
- "@types/node" : " ^22.15.2 " ,
25
+ "@types/node" : " ^22.15.3 " ,
26
26
"@types/react" : " ^19.1.2" ,
27
27
"@types/react-dom" : " ^19.1.2" ,
28
28
"eslint" : " ^9.25.1" ,
Original file line number Diff line number Diff line change 58
58
"@swc/core" : " ^1.11.22" ,
59
59
"@tsconfig/node22" : " ^22.0.1" ,
60
60
"@tsconfig/strictest" : " ^2.0.5" ,
61
- "@types/node" : " ^22.15.2 " ,
61
+ "@types/node" : " ^22.15.3 " ,
62
62
"@types/react" : " ^19.1.2" ,
63
63
"@types/react-dom" : " ^19.1.2" ,
64
64
"@typescript-eslint/parser" : " ^8.31.0" ,
73
73
"eslint-config-flat-gitignore" : " ^2.1.0" ,
74
74
"eslint-plugin-vitest" : " ^0.5.4" ,
75
75
"jiti" : " ^2.4.2" ,
76
- "lefthook" : " ^1.11.11 " ,
76
+ "lefthook" : " ^1.11.12 " ,
77
77
"markdownlint" : " ^0.37.4" ,
78
78
"nx" : " 20.8.0" ,
79
79
"publint" : " ^0.3.12" ,
94
94
"typescript-eslint" : " ^8.31.0" ,
95
95
"vitest" : " ^3.1.2"
96
96
},
97
- "packageManager" : " pnpm@10.9 .0" ,
97
+ "packageManager" : " pnpm@10.10 .0" ,
98
98
"engines" : {
99
99
"node" : " >=20.19.0"
100
100
},
Original file line number Diff line number Diff line change 37
37
"@eslint-react/eff" : " workspace:*" ,
38
38
"@eslint-react/kit" : " workspace:*" ,
39
39
"@typescript-eslint/utils" : " ^8.31.0" ,
40
- "@zod/mini" : " ^4.0.0-beta.20250424T163858 " ,
40
+ "@zod/mini" : " ^4.0.0-beta.0 " ,
41
41
"ts-pattern" : " ^5.7.0"
42
42
},
43
43
"devDependencies" : {
Original file line number Diff line number Diff line change 16
16
17
17
- [ RuleContext] ( type-aliases/RuleContext.md )
18
18
- [ RuleFeature] ( type-aliases/RuleFeature.md )
19
+ - [ RulePolicy] ( type-aliases/RulePolicy.md )
19
20
- [ RulePreset] ( type-aliases/RulePreset.md )
20
21
- [ RuleSeverity] ( type-aliases/RuleSeverity.md )
Original file line number Diff line number Diff line change
1
+ [ ** @eslint-react/kit ** ] ( ../README.md )
2
+
3
+ ***
4
+
5
+ [ @eslint-react/kit ] ( ../README.md ) / RulePolicy
6
+
7
+ # Type Alias: RulePolicy
8
+
9
+ > ** RulePolicy** = ` "prefer" ` \| ` "avoid" `
Original file line number Diff line number Diff line change 36
36
"dependencies" : {
37
37
"@eslint-react/eff" : " workspace:*" ,
38
38
"@typescript-eslint/utils" : " ^8.31.0" ,
39
- "@zod/mini" : " ^4.0.0-beta.20250424T163858 " ,
39
+ "@zod/mini" : " ^4.0.0-beta.0 " ,
40
40
"ts-pattern" : " ^5.7.0"
41
41
},
42
42
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments