Skip to content

Commit

Permalink
Check in the rest of them too
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Apr 29, 2024
1 parent e7092a0 commit ce2a7ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exports[`vue-sfc eslint should work successfully 1`] = `
"messages": [
{
"fatal": true,
"message": "Parsing error: Cannot read file '/usr/linked/tsconfig.json'.",
"message": "Parsing error: error TS5012: Cannot read file '/usr/linked/tsconfig.json': ENOENT: no such file or directory, open '/usr/linked/tsconfig.json'.",
"nodeType": null,
"ruleId": null,
"severity": 2,
Expand Down Expand Up @@ -75,7 +75,7 @@ export default Vue.extend({
"messages": [
{
"fatal": true,
"message": "Parsing error: Cannot read file '/usr/linked/tsconfig.json'.",
"message": "Parsing error: error TS5012: Cannot read file '/usr/linked/tsconfig.json': ENOENT: no such file or directory, open '/usr/linked/tsconfig.json'.",
"nodeType": null,
"ruleId": null,
"severity": 2,
Expand Down Expand Up @@ -115,7 +115,7 @@ export default class Utility {
"messages": [
{
"fatal": true,
"message": "Parsing error: Cannot read file '/usr/linked/tsconfig.json'.",
"message": "Parsing error: error TS5012: Cannot read file '/usr/linked/tsconfig.json': ENOENT: no such file or directory, open '/usr/linked/tsconfig.json'.",
"nodeType": null,
"ruleId": null,
"severity": 2,
Expand Down

0 comments on commit ce2a7ce

Please sign in to comment.