Skip to content

Commit

Permalink
chore: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
wakamsha committed Feb 8, 2025
1 parent 5786dc7 commit 806df25
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,9 @@ exports[`should match ESLint configuration snapshot: next 1`] = `
"checksVoidReturn": false,
},
],
"@typescript-eslint/no-misused-spread": [
2,
],
"@typescript-eslint/no-mixed-enums": [
2,
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ exports[`should match ESLint configuration snapshot: react 1`] = `
"checksVoidReturn": false,
},
],
"@typescript-eslint/no-misused-spread": [
2,
],
"@typescript-eslint/no-mixed-enums": [
2,
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ exports[`should match ESLint configuration snapshot: storybook 1`] = `
"checksVoidReturn": false,
},
],
"@typescript-eslint/no-misused-spread": [
2,
],
"@typescript-eslint/no-mixed-enums": [
2,
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ exports[`ESLint Configuration Snapshot Tests should match ESLint Flat Configurat
"Int32Array": false,
"Int8Array": false,
"Intl": false,
"Iterator": false,
"JSON": false,
"Map": false,
"Math": false,
Expand Down Expand Up @@ -69,7 +70,7 @@ exports[`ESLint Configuration Snapshot Tests should match ESLint Flat Configurat
"parser": {
"meta": {
"name": "typescript-eslint/parser",
"version": "8.16.0",
"version": "8.23.0",
},
"parseForESLint": [Function],
},
Expand Down Expand Up @@ -303,6 +304,9 @@ exports[`ESLint Configuration Snapshot Tests should match ESLint Flat Configurat
"checksVoidReturn": false,
},
],
"@typescript-eslint/no-misused-spread": [
2,
],
"@typescript-eslint/no-mixed-enums": [
2,
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ exports[`should match ESLint Flat Configuration snapshot: node 1`] = `
"Int32Array": false,
"Int8Array": false,
"Intl": false,
"Iterator": false,
"JSON": false,
"Map": false,
"Math": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ exports[`ESLint Configuration Snapshot Tests should match ESLint Configuration s
"Int32Array": false,
"Int8Array": false,
"Intl": false,
"Iterator": false,
"JSON": false,
"Map": false,
"Math": false,
Expand Down Expand Up @@ -69,7 +70,7 @@ exports[`ESLint Configuration Snapshot Tests should match ESLint Configuration s
"parser": {
"meta": {
"name": "typescript-eslint/parser",
"version": "8.16.0",
"version": "8.23.0",
},
"parseForESLint": [Function],
},
Expand Down Expand Up @@ -240,6 +241,9 @@ exports[`ESLint Configuration Snapshot Tests should match ESLint Configuration s
"checksVoidReturn": false,
},
],
"@typescript-eslint/no-misused-spread": [
2,
],
"@typescript-eslint/no-mixed-enums": [
2,
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ exports[`ESLint Configuration Snapshot Tests should match ESLint Flat Configurat
"Int32Array": false,
"Int8Array": false,
"Intl": false,
"Iterator": false,
"JSON": false,
"Map": false,
"Math": false,
Expand Down Expand Up @@ -69,7 +70,7 @@ exports[`ESLint Configuration Snapshot Tests should match ESLint Flat Configurat
"parser": {
"meta": {
"name": "typescript-eslint/parser",
"version": "8.16.0",
"version": "8.23.0",
},
"parseForESLint": [Function],
},
Expand Down Expand Up @@ -240,6 +241,9 @@ exports[`ESLint Configuration Snapshot Tests should match ESLint Flat Configurat
"checksVoidReturn": false,
},
],
"@typescript-eslint/no-misused-spread": [
2,
],
"@typescript-eslint/no-mixed-enums": [
2,
],
Expand Down

0 comments on commit 806df25

Please sign in to comment.