From 161ccaf23752d34b2a00972c449e9a5fb58698c6 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Tue, 18 Jun 2019 13:41:23 -0400 Subject: [PATCH] Naming --- .github/eslint-compact.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}