Skip to content

Commit

Permalink
chore: update snapshot (github-actions)
Browse files Browse the repository at this point in the history
  • Loading branch information
robo-miku[bot] committed Nov 11, 2024
1 parent 88595e4 commit aaef9c0
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions packages/eslint-config/test/__snapshots__/snapshot.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ exports[`Test ESLint config with snapshot > astro preset > matches snapshot 1`]
"CSSMatrixComponent": false,
"CSSMediaRule": false,
"CSSNamespaceRule": false,
"CSSNestedDeclarations": false,
"CSSNumericArray": false,
"CSSNumericValue": false,
"CSSPageDescriptors": false,
Expand Down Expand Up @@ -406,7 +407,6 @@ exports[`Test ESLint config with snapshot > astro preset > matches snapshot 1`]
"InputEvent": false,
"IntersectionObserver": false,
"IntersectionObserverEntry": false,
"Iterator": false,
"Keyboard": false,
"KeyboardEvent": false,
"KeyboardLayoutMap": false,
Expand Down Expand Up @@ -1148,7 +1148,7 @@ exports[`Test ESLint config with snapshot > astro preset > matches snapshot 1`]
"extraFileExtensions": {
"0": ".astro",
},
"parser": "typescript-eslint-parser-for-extra-files@8.12.2",
"parser": "typescript-eslint-parser-for-extra-files@8.13.0",
"project": true,
"projectService": false,
"tsconfigRootDir": "/home/runner/work/js-config/js-config",
Expand All @@ -1161,9 +1161,9 @@ exports[`Test ESLint config with snapshot > astro preset > matches snapshot 1`]
"plugins": [
"@",
"perfectionist:perfectionist",
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.12.2",
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.13.0",
"@stylistic/ts",
"astro:eslint-plugin-astro@1.3.0",
"astro:eslint-plugin-astro@1.3.1",
"jsx-a11y:eslint-plugin-jsx-a11y@6.10.2",
],
"processor": "astro/client-side-ts",
Expand Down Expand Up @@ -1819,7 +1819,7 @@ exports[`Test ESLint config with snapshot > astro preset > matches snapshot 1`]
2,
],
"no-class-assign": [
2,
0,
],
"no-comma-dangle": [
0,
Expand Down Expand Up @@ -3459,6 +3459,7 @@ exports[`Test ESLint config with snapshot > react preset > matches snapshot 1`]
"CSSMatrixComponent": false,
"CSSMediaRule": false,
"CSSNamespaceRule": false,
"CSSNestedDeclarations": false,
"CSSNumericArray": false,
"CSSNumericValue": false,
"CSSPageDescriptors": false,
Expand Down Expand Up @@ -3770,7 +3771,6 @@ exports[`Test ESLint config with snapshot > react preset > matches snapshot 1`]
"InputEvent": false,
"IntersectionObserver": false,
"IntersectionObserverEntry": false,
"Iterator": false,
"Keyboard": false,
"KeyboardEvent": false,
"KeyboardLayoutMap": false,
Expand Down Expand Up @@ -4498,7 +4498,7 @@ exports[`Test ESLint config with snapshot > react preset > matches snapshot 1`]
"visualViewport": false,
"window": false,
},
"parser": "typescript-eslint/parser@8.12.2",
"parser": "typescript-eslint/parser@8.13.0",
"parserOptions": {
"ecmaFeatures": {
"jsx": true,
Expand All @@ -4522,7 +4522,7 @@ exports[`Test ESLint config with snapshot > react preset > matches snapshot 1`]
"plugins": [
"@",
"perfectionist:perfectionist",
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.12.2",
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.13.0",
"@stylistic/ts",
"react",
"react-hooks",
Expand Down Expand Up @@ -5214,6 +5214,9 @@ exports[`Test ESLint config with snapshot > react preset > matches snapshot 1`]
"no-arrow-condition": [
0,
],
"no-class-assign": [
0,
],
"no-comma-dangle": [
0,
],
Expand Down Expand Up @@ -5871,7 +5874,7 @@ exports[`Test ESLint config with snapshot > ts preset > matches snapshot 1`] = `
"language": "@/js",
"languageOptions": {
"ecmaVersion": "latest",
"parser": "typescript-eslint/parser@8.12.2",
"parser": "typescript-eslint/parser@8.13.0",
"parserOptions": {
"projectService": {
"allowDefaultProject": {
Expand All @@ -5891,7 +5894,7 @@ exports[`Test ESLint config with snapshot > ts preset > matches snapshot 1`] = `
"plugins": [
"@",
"perfectionist:perfectionist",
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.12.2",
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.13.0",
"@stylistic/ts",
],
"processor": undefined,
Expand Down Expand Up @@ -6339,6 +6342,9 @@ exports[`Test ESLint config with snapshot > ts preset > matches snapshot 1`] = `
"no-arrow-condition": [
0,
],
"no-class-assign": [
0,
],
"no-comma-dangle": [
0,
],
Expand Down

0 comments on commit aaef9c0

Please sign in to comment.