@@ -1152,7 +1152,7 @@ exports[`Test ESLint config with snapshot > astro preset > matches snapshot 1`]
1152
1152
" extraFileExtensions" : {
1153
1153
" 0" : " .astro" ,
1154
1154
},
1155
-
1155
+
1156
1156
" project" : true ,
1157
1157
" projectService" : false ,
1158
1158
" tsconfigRootDir" : " /home/runner/work/js-config/js-config" ,
@@ -1165,7 +1165,7 @@ exports[`Test ESLint config with snapshot > astro preset > matches snapshot 1`]
1165
1165
" plugins" : [
1166
1166
" @" ,
1167
1167
" perfectionist:[email protected] " ,
1168
- " @typescript-eslint:@typescript-eslint/[email protected] .0 " ,
1168
+ " @typescript-eslint:@typescript-eslint/[email protected] .1 " ,
1169
1169
" @stylistic/ts" ,
1170
1170
1171
1171
@@ -5762,7 +5762,7 @@ exports[`Test ESLint config with snapshot > react preset > matches snapshot 1`]
5762
5762
" visualViewport" : false ,
5763
5763
" window" : false ,
5764
5764
},
5765
- " parser" : " typescript-eslint/[email protected] .0 " ,
5765
+ " parser" : " typescript-eslint/[email protected] .1 " ,
5766
5766
" parserOptions" : {
5767
5767
" ecmaFeatures" : {
5768
5768
" jsx" : true ,
@@ -5786,7 +5786,7 @@ exports[`Test ESLint config with snapshot > react preset > matches snapshot 1`]
5786
5786
" plugins" : [
5787
5787
" @" ,
5788
5788
" perfectionist:[email protected] " ,
5789
- " @typescript-eslint:@typescript-eslint/[email protected] .0 " ,
5789
+ " @typescript-eslint:@typescript-eslint/[email protected] .1 " ,
5790
5790
" @stylistic/ts" ,
5791
5791
" react" ,
5792
5792
" react-hooks:eslint-plugin-react-hooks" ,
@@ -7504,7 +7504,7 @@ exports[`Test ESLint config with snapshot > ts preset > matches snapshot 1`] = `
7504
7504
" language" : " @/js" ,
7505
7505
" languageOptions" : {
7506
7506
" ecmaVersion" : 2025 ,
7507
- " parser" : " typescript-eslint/[email protected] .0 " ,
7507
+ " parser" : " typescript-eslint/[email protected] .1 " ,
7508
7508
" parserOptions" : {
7509
7509
" projectService" : {
7510
7510
" allowDefaultProject" : {
@@ -7524,7 +7524,7 @@ exports[`Test ESLint config with snapshot > ts preset > matches snapshot 1`] = `
7524
7524
" plugins" : [
7525
7525
" @" ,
7526
7526
" perfectionist:[email protected] " ,
7527
- " @typescript-eslint:@typescript-eslint/[email protected] .0 " ,
7527
+ " @typescript-eslint:@typescript-eslint/[email protected] .1 " ,
7528
7528
" @stylistic/ts" ,
7529
7529
],
7530
7530
" processor" : undefined ,
0 commit comments