Skip to content

Commit

Permalink
test: update integration test snapshot (#9037)
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonjuan committed May 2, 2024
1 parent 7984ef7 commit 68739b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exports[`flat-config-types eslint should work successfully 1`] = `
"line": 38,
"message": "'_otherCases' is defined but never used.",
"messageId": "unusedVar",
"nodeType": "Identifier",
"nodeType": null,
"ruleId": "@typescript-eslint/no-unused-vars",
"severity": 2,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ exports[`recommended-does-not-require-program eslint should work successfully 1`
"messages": [
{
"column": 7,
"endColumn": 19,
"endColumn": 10,
"endLine": 1,
"line": 1,
"message": "'foo' is assigned a value but never used.",
"messageId": "unusedVar",
"nodeType": "Identifier",
"nodeType": null,
"ruleId": "@typescript-eslint/no-unused-vars",
"severity": 2,
},
Expand Down

0 comments on commit 68739b2

Please sign in to comment.