Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
wakamsha committed Dec 9, 2024
1 parent 3d30ca0 commit fc1fa32
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,7 @@ exports[`should match ESLint configuration snapshot: next 1`] = `
"@typescript-eslint/dot-notation": [
2,
{
"allowIndexSignaturePropertyAccess": false,
"allowKeywords": true,
"allowPattern": "",
"allowPrivateClassPropertyAccess": false,
"allowProtectedClassPropertyAccess": false,
},
],
"@typescript-eslint/explicit-function-return-type": [
Expand Down Expand Up @@ -495,11 +491,7 @@ exports[`should match ESLint configuration snapshot: next 1`] = `
"dot-notation": [
0,
{
"allowIndexSignaturePropertyAccess": false,
"allowKeywords": true,
"allowPattern": "",
"allowPrivateClassPropertyAccess": false,
"allowProtectedClassPropertyAccess": false,
},
],
"eqeqeq": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,7 @@ exports[`should match ESLint configuration snapshot: react 1`] = `
"@typescript-eslint/dot-notation": [
2,
{
"allowIndexSignaturePropertyAccess": false,
"allowKeywords": true,
"allowPattern": "",
"allowPrivateClassPropertyAccess": false,
"allowProtectedClassPropertyAccess": false,
},
],
"@typescript-eslint/explicit-function-return-type": [
Expand Down Expand Up @@ -432,11 +428,7 @@ exports[`should match ESLint configuration snapshot: react 1`] = `
"dot-notation": [
0,
{
"allowIndexSignaturePropertyAccess": false,
"allowKeywords": true,
"allowPattern": "",
"allowPrivateClassPropertyAccess": false,
"allowProtectedClassPropertyAccess": false,
},
],
"eqeqeq": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,7 @@ exports[`should match ESLint configuration snapshot: storybook 1`] = `
"@typescript-eslint/dot-notation": [
2,
{
"allowIndexSignaturePropertyAccess": false,
"allowKeywords": true,
"allowPattern": "",
"allowPrivateClassPropertyAccess": false,
"allowProtectedClassPropertyAccess": false,
},
],
"@typescript-eslint/explicit-function-return-type": [
Expand Down Expand Up @@ -432,11 +428,7 @@ exports[`should match ESLint configuration snapshot: storybook 1`] = `
"dot-notation": [
0,
{
"allowIndexSignaturePropertyAccess": false,
"allowKeywords": true,
"allowPattern": "",
"allowPrivateClassPropertyAccess": false,
"allowProtectedClassPropertyAccess": false,
},
],
"eqeqeq": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,9 @@ exports[`ESLint Configuration Snapshot Tests should match ESLint Flat Configurat
],
"@typescript-eslint/no-empty-function": [
2,
{
"allow": [],
},
],
"@typescript-eslint/no-empty-object-type": [
2,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,9 @@ exports[`ESLint Configuration Snapshot Tests should match ESLint Configuration s
],
"@typescript-eslint/no-empty-function": [
2,
{
"allow": [],
},
],
"@typescript-eslint/no-empty-object-type": [
2,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,9 @@ exports[`ESLint Configuration Snapshot Tests should match ESLint Flat Configurat
],
"@typescript-eslint/no-empty-function": [
2,
{
"allow": [],
},
],
"@typescript-eslint/no-empty-object-type": [
2,
Expand Down

0 comments on commit fc1fa32

Please sign in to comment.