File tree Expand file tree Collapse file tree 8 files changed +150
-76
lines changed Expand file tree Collapse file tree 8 files changed +150
-76
lines changed Original file line number Diff line number Diff line change 49
49
"homepage" : " https://github.com/moneyforward/frontend-tools/tree/main/packages/eslint-config#readme" ,
50
50
"dependencies" : {
51
51
"@next/eslint-plugin-next" : " ^15.0.3" ,
52
- "@typescript-eslint/eslint-plugin" : " ^8.16 .0" ,
53
- "@typescript-eslint/parser" : " ^8.16 .0" ,
52
+ "@typescript-eslint/eslint-plugin" : " ^8.24 .0" ,
53
+ "@typescript-eslint/parser" : " ^8.24 .0" ,
54
54
"confusing-browser-globals" : " ^1.0.11" ,
55
55
"eslint-import-resolver-typescript" : " ^3.6.3" ,
56
56
"eslint-plugin-import" : " ^2.31.0" ,
66
66
"eslint-plugin-testing-library" : " ^7.0.0" ,
67
67
"eslint-plugin-unicorn" : " ^56.0.1" ,
68
68
"globals" : " ^15.11.0" ,
69
- "typescript-eslint" : " ^8.16 .0"
69
+ "typescript-eslint" : " ^8.24 .0"
70
70
},
71
71
"devDependencies" : {
72
72
"@frontend-tools/release-config" : " workspace:*" ,
Original file line number Diff line number Diff line change @@ -217,6 +217,9 @@ exports[`should match ESLint configuration snapshot: next 1`] = `
217
217
" checksVoidReturn" : false ,
218
218
},
219
219
],
220
+ " @typescript-eslint/no-misused-spread" : [
221
+ 2 ,
222
+ ],
220
223
" @typescript-eslint/no-mixed-enums" : [
221
224
2 ,
222
225
],
Original file line number Diff line number Diff line change @@ -154,6 +154,9 @@ exports[`should match ESLint configuration snapshot: react 1`] = `
154
154
" checksVoidReturn" : false ,
155
155
},
156
156
],
157
+ " @typescript-eslint/no-misused-spread" : [
158
+ 2 ,
159
+ ],
157
160
" @typescript-eslint/no-mixed-enums" : [
158
161
2 ,
159
162
],
Original file line number Diff line number Diff line change @@ -154,6 +154,9 @@ exports[`should match ESLint configuration snapshot: storybook 1`] = `
154
154
" checksVoidReturn" : false ,
155
155
},
156
156
],
157
+ " @typescript-eslint/no-misused-spread" : [
158
+ 2 ,
159
+ ],
157
160
" @typescript-eslint/no-mixed-enums" : [
158
161
2 ,
159
162
],
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ exports[`ESLint Configuration Snapshot Tests should match ESLint Flat Configurat
69
69
" parser" : {
70
70
" meta" : {
71
71
" name" : " typescript-eslint/parser" ,
72
- " version" : " 8.16 .0" ,
72
+ " version" : " 8.24 .0" ,
73
73
},
74
74
" parseForESLint" : [Function ],
75
75
},
@@ -303,6 +303,9 @@ exports[`ESLint Configuration Snapshot Tests should match ESLint Flat Configurat
303
303
" checksVoidReturn" : false ,
304
304
},
305
305
],
306
+ " @typescript-eslint/no-misused-spread" : [
307
+ 2 ,
308
+ ],
306
309
" @typescript-eslint/no-mixed-enums" : [
307
310
2 ,
308
311
],
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ exports[`ESLint Configuration Snapshot Tests should match ESLint Configuration s
69
69
" parser" : {
70
70
" meta" : {
71
71
" name" : " typescript-eslint/parser" ,
72
- " version" : " 8.16 .0" ,
72
+ " version" : " 8.24 .0" ,
73
73
},
74
74
" parseForESLint" : [Function ],
75
75
},
@@ -240,6 +240,9 @@ exports[`ESLint Configuration Snapshot Tests should match ESLint Configuration s
240
240
" checksVoidReturn" : false ,
241
241
},
242
242
],
243
+ " @typescript-eslint/no-misused-spread" : [
244
+ 2 ,
245
+ ],
243
246
" @typescript-eslint/no-mixed-enums" : [
244
247
2 ,
245
248
],
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ exports[`ESLint Configuration Snapshot Tests should match ESLint Flat Configurat
69
69
" parser" : {
70
70
" meta" : {
71
71
" name" : " typescript-eslint/parser" ,
72
- " version" : " 8.16 .0" ,
72
+ " version" : " 8.24 .0" ,
73
73
},
74
74
" parseForESLint" : [Function ],
75
75
},
@@ -240,6 +240,9 @@ exports[`ESLint Configuration Snapshot Tests should match ESLint Flat Configurat
240
240
" checksVoidReturn" : false ,
241
241
},
242
242
],
243
+ " @typescript-eslint/no-misused-spread" : [
244
+ 2 ,
245
+ ],
243
246
" @typescript-eslint/no-mixed-enums" : [
244
247
2 ,
245
248
],
You can’t perform that action at this time.
0 commit comments