Skip to content

Commit 8d9b2df

Browse files
chore: update snapshot (github-actions)
1 parent f6153b4 commit 8d9b2df

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/eslint-config/test/__snapshots__/snapshot.test.ts.snap

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1152,7 +1152,7 @@ exports[`Test ESLint config with snapshot > astro preset > matches snapshot 1`]
11521152
"extraFileExtensions": {
11531153
"0": ".astro",
11541154
},
1155-
"parser": "[email protected].0",
1155+
"parser": "[email protected].1",
11561156
"project": true,
11571157
"projectService": false,
11581158
"tsconfigRootDir": "/home/runner/work/js-config/js-config",
@@ -1165,7 +1165,7 @@ exports[`Test ESLint config with snapshot > astro preset > matches snapshot 1`]
11651165
"plugins": [
11661166
"@",
11671167
"perfectionist:[email protected]",
1168-
"@typescript-eslint:@typescript-eslint/[email protected].0",
1168+
"@typescript-eslint:@typescript-eslint/[email protected].1",
11691169
"@stylistic/ts",
11701170
11711171
"jsx-a11y:[email protected]",
@@ -5762,7 +5762,7 @@ exports[`Test ESLint config with snapshot > react preset > matches snapshot 1`]
57625762
"visualViewport": false,
57635763
"window": false,
57645764
},
5765-
"parser": "typescript-eslint/[email protected].0",
5765+
"parser": "typescript-eslint/[email protected].1",
57665766
"parserOptions": {
57675767
"ecmaFeatures": {
57685768
"jsx": true,
@@ -5786,7 +5786,7 @@ exports[`Test ESLint config with snapshot > react preset > matches snapshot 1`]
57865786
"plugins": [
57875787
"@",
57885788
"perfectionist:[email protected]",
5789-
"@typescript-eslint:@typescript-eslint/[email protected].0",
5789+
"@typescript-eslint:@typescript-eslint/[email protected].1",
57905790
"@stylistic/ts",
57915791
"react",
57925792
"react-hooks:eslint-plugin-react-hooks",
@@ -7504,7 +7504,7 @@ exports[`Test ESLint config with snapshot > ts preset > matches snapshot 1`] = `
75047504
"language": "@/js",
75057505
"languageOptions": {
75067506
"ecmaVersion": 2025,
7507-
"parser": "typescript-eslint/[email protected].0",
7507+
"parser": "typescript-eslint/[email protected].1",
75087508
"parserOptions": {
75097509
"projectService": {
75107510
"allowDefaultProject": {
@@ -7524,7 +7524,7 @@ exports[`Test ESLint config with snapshot > ts preset > matches snapshot 1`] = `
75247524
"plugins": [
75257525
"@",
75267526
"perfectionist:[email protected]",
7527-
"@typescript-eslint:@typescript-eslint/[email protected].0",
7527+
"@typescript-eslint:@typescript-eslint/[email protected].1",
75287528
"@stylistic/ts",
75297529
],
75307530
"processor": undefined,

0 commit comments

Comments
 (0)