diff --git a/.github/eslint-compact.json b/.github/eslint-compact.json index dd151e12..473e98de 100644 --- a/.github/eslint-compact.json +++ b/.github/eslint-compact.json @@ -1,7 +1,7 @@ { "problemMatcher": [ { - "owner": "tsc", + "owner": "eslint-compact", "pattern": [ { "regexp": "/^(.+):\\sline\\s(\\d+),\\scol\\s(\\d+),\\s(Error|Warning|Info)\\s-\\s(.+)\\s\\((.+)\\)$/", @@ -15,4 +15,4 @@ ] } ] -} \ No newline at end of file +}