File tree Expand file tree Collapse file tree 15 files changed +154
-261
lines changed
eslint-plugin-react-naming-convention Expand file tree Collapse file tree 15 files changed +154
-261
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ A series of composable ESLint rules for libraries and frameworks that use React
10
10
11
11
## Roadmap
12
12
13
- - [ Milestone 1.5 ↗] ( https://eslint-react.xyz/roadmap#milestone-15 )
14
- - [ Milestone 2.0 ↗] ( https://eslint-react.xyz/roadmap#milestone-20 )
15
- - [ Milestone 2.5 ↗] ( https://eslint-react.xyz/roadmap#milestone-25 -draft )
13
+ - [ Milestone 1.5 ↗] ( https://eslint-react.xyz/roadmap#milestone-15-completed )
14
+ - [ Milestone 2.0 ↗] ( https://eslint-react.xyz/roadmap#milestone-20-active )
15
+ - [ Milestone 3.0 ↗] ( https://eslint-react.xyz/roadmap#milestone-30 -draft )
16
16
17
17
## Features
18
18
@@ -122,4 +122,3 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
122
122
## Prior art
123
123
124
124
- [ eslint-plugin-react] ( https://github.com/jsx-eslint/eslint-plugin-react )
125
- - [ eslint-plugin-react-hooks] ( https://github.com/facebook/react/tree/main/packages/eslint-plugin-react-hooks )
Original file line number Diff line number Diff line change 60
60
"@eslint/js" : " 9.5.0" ,
61
61
"@tsconfig/node20" : " 20.1.4" ,
62
62
"@tsconfig/strictest" : " 2.0.5" ,
63
- "@types/node" : " 20.14.6 " ,
63
+ "@types/node" : " 20.14.7 " ,
64
64
"@typescript-eslint/eslint-plugin" : " ^7.13.1" ,
65
65
"@typescript-eslint/parser" : " ^7.13.1" ,
66
66
"@typescript-eslint/rule-tester" : " ^7.13.1" ,
72
72
"cspell" : " 8.9.1" ,
73
73
"dedent" : " 1.5.3" ,
74
74
"dprint" : " 0.46.3" ,
75
- "effect" : " 3.3.5 " ,
75
+ "effect" : " 3.4.0 " ,
76
76
"esbuild" : " 0.21.5" ,
77
77
"eslint" : " ^9.5.0" ,
78
78
"eslint-config-flat-gitignore" : " 0.1.5" ,
131
131
"object.values" : " npm:@nolyfill/object.values@latest" ,
132
132
"string.prototype.matchall" : " npm:@nolyfill/string.prototype.matchall@latest" ,
133
133
"typedarray" : " npm:@nolyfill/typedarray@latest" ,
134
- "typescript" : " ^5.4.5 "
134
+ "typescript" : " ^5.5.2 "
135
135
}
136
136
}
137
137
}
Original file line number Diff line number Diff line change 52
52
"@typescript-eslint/type-utils" : " ^7.13.1" ,
53
53
"@typescript-eslint/types" : " ^7.13.1" ,
54
54
"@typescript-eslint/utils" : " ^7.13.1" ,
55
- "effect" : " ^3.3.5 " ,
55
+ "effect" : " ^3.4.0 " ,
56
56
"short-unique-id" : " ^5.2.0" ,
57
57
"ts-pattern" : " ^5.2.0" ,
58
58
"valibot" : " ^0.33.3"
Original file line number Diff line number Diff line change 52
52
"@typescript-eslint/scope-manager" : " ^7.13.1" ,
53
53
"@typescript-eslint/types" : " ^7.13.1" ,
54
54
"@typescript-eslint/utils" : " ^7.13.1" ,
55
- "effect" : " ^3.3.5 " ,
55
+ "effect" : " ^3.4.0 " ,
56
56
"string-ts" : " ^2.2.0" ,
57
57
"valibot" : " ^0.33.3"
58
58
},
Original file line number Diff line number Diff line change 53
53
"@typescript-eslint/type-utils" : " ^7.13.1" ,
54
54
"@typescript-eslint/types" : " ^7.13.1" ,
55
55
"@typescript-eslint/utils" : " ^7.13.1" ,
56
- "effect" : " ^3.3.5 " ,
56
+ "effect" : " ^3.4.0 " ,
57
57
"string-ts" : " ^2.2.0" ,
58
58
"valibot" : " ^0.33.3"
59
59
},
Original file line number Diff line number Diff line change 52
52
"@typescript-eslint/type-utils" : " ^7.13.1" ,
53
53
"@typescript-eslint/types" : " ^7.13.1" ,
54
54
"@typescript-eslint/utils" : " ^7.13.1" ,
55
- "effect" : " ^3.3.5 " ,
55
+ "effect" : " ^3.4.0 " ,
56
56
"string-ts" : " ^2.2.0" ,
57
57
"valibot" : " ^0.33.3"
58
58
},
Original file line number Diff line number Diff line change 53
53
"@typescript-eslint/type-utils" : " ^7.13.1" ,
54
54
"@typescript-eslint/types" : " ^7.13.1" ,
55
55
"@typescript-eslint/utils" : " ^7.13.1" ,
56
- "effect" : " ^3.3.5 " ,
56
+ "effect" : " ^3.4.0 " ,
57
57
"string-ts" : " ^2.2.0" ,
58
58
"ts-api-utils" : " ^1.3.0" ,
59
59
"valibot" : " ^0.33.3"
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ A series of composable ESLint rules for libraries and frameworks that use React
10
10
11
11
## Roadmap
12
12
13
- - [ Milestone 1.5 ↗] ( https://eslint-react.xyz/roadmap#milestone-15 )
14
- - [ Milestone 2.0 ↗] ( https://eslint-react.xyz/roadmap#milestone-20 )
15
- - [ Milestone 2.5 ↗] ( https://eslint-react.xyz/roadmap#milestone-25 -draft )
13
+ - [ Milestone 1.5 ↗] ( https://eslint-react.xyz/roadmap#milestone-15-completed )
14
+ - [ Milestone 2.0 ↗] ( https://eslint-react.xyz/roadmap#milestone-20-active )
15
+ - [ Milestone 3.0 ↗] ( https://eslint-react.xyz/roadmap#milestone-30 -draft )
16
16
17
17
## Features
18
18
@@ -122,4 +122,3 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
122
122
## Prior art
123
123
124
124
- [ eslint-plugin-react] ( https://github.com/jsx-eslint/eslint-plugin-react )
125
- - [ eslint-plugin-react-hooks] ( https://github.com/facebook/react/tree/main/packages/eslint-plugin-react-hooks )
Original file line number Diff line number Diff line change 59
59
"@typescript-eslint/type-utils" : " ^7.13.1" ,
60
60
"@typescript-eslint/types" : " ^7.13.1" ,
61
61
"@typescript-eslint/utils" : " ^7.13.1" ,
62
- "effect" : " ^3.3.5 " ,
62
+ "effect" : " ^3.4.0 " ,
63
63
"eslint-plugin-react-dom" : " workspace:*" ,
64
64
"eslint-plugin-react-hooks-extra" : " workspace:*" ,
65
65
"eslint-plugin-react-naming-convention" : " workspace:*" ,
Original file line number Diff line number Diff line change 47
47
"@typescript-eslint/scope-manager" : " ^7.13.1" ,
48
48
"@typescript-eslint/types" : " ^7.13.1" ,
49
49
"@typescript-eslint/utils" : " ^7.13.1" ,
50
- "effect" : " ^3.3.5 " ,
50
+ "effect" : " ^3.4.0 " ,
51
51
"string-ts" : " ^2.2.0" ,
52
52
"ts-pattern" : " ^5.2.0"
53
53
},
You can’t perform that action at this time.
0 commit comments