Skip to content

Commit

Permalink
Merge pull request #358 from VirtualLiveLab/bot/update-snapshot-20241…
Browse files Browse the repository at this point in the history
…220-12415795658-1

update snapshot (github-actions)
  • Loading branch information
sushichan044 authored Dec 19, 2024
2 parents 44f7181 + 4beeee8 commit 3da6a40
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/eslint-config/test/__snapshots__/snapshot.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,7 @@ exports[`Test ESLint config with snapshot > astro preset > matches snapshot 1`]
"extraFileExtensions": {
"0": ".astro",
},
"parser": "[email protected].0",
"parser": "[email protected].1",
"project": true,
"projectService": false,
"tsconfigRootDir": "/home/runner/work/js-config/js-config",
Expand All @@ -1165,7 +1165,7 @@ exports[`Test ESLint config with snapshot > astro preset > matches snapshot 1`]
"plugins": [
"@",
"perfectionist:perfectionist",
"@typescript-eslint:@typescript-eslint/[email protected].0",
"@typescript-eslint:@typescript-eslint/[email protected].1",
"@stylistic/ts",
"astro:[email protected]",
"jsx-a11y:[email protected]",
Expand Down Expand Up @@ -4689,7 +4689,7 @@ exports[`Test ESLint config with snapshot > react preset > matches snapshot 1`]
"visualViewport": false,
"window": false,
},
"parser": "typescript-eslint/[email protected].0",
"parser": "typescript-eslint/[email protected].1",
"parserOptions": {
"ecmaFeatures": {
"jsx": true,
Expand All @@ -4713,7 +4713,7 @@ exports[`Test ESLint config with snapshot > react preset > matches snapshot 1`]
"plugins": [
"@",
"perfectionist:perfectionist",
"@typescript-eslint:@typescript-eslint/[email protected].0",
"@typescript-eslint:@typescript-eslint/[email protected].1",
"@stylistic/ts",
"react",
"react-hooks",
Expand Down Expand Up @@ -6134,7 +6134,7 @@ exports[`Test ESLint config with snapshot > ts preset > matches snapshot 1`] = `
"language": "@/js",
"languageOptions": {
"ecmaVersion": 2025,
"parser": "typescript-eslint/[email protected].0",
"parser": "typescript-eslint/[email protected].1",
"parserOptions": {
"projectService": {
"allowDefaultProject": {
Expand All @@ -6154,7 +6154,7 @@ exports[`Test ESLint config with snapshot > ts preset > matches snapshot 1`] = `
"plugins": [
"@",
"perfectionist:perfectionist",
"@typescript-eslint:@typescript-eslint/[email protected].0",
"@typescript-eslint:@typescript-eslint/[email protected].1",
"@stylistic/ts",
],
"processor": undefined,
Expand Down

0 comments on commit 3da6a40

Please sign in to comment.