From cf1f242ce7925a43e5f79f1c7937aeec219e3698 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Tue, 18 Jun 2019 13:49:18 -0400 Subject: [PATCH] column not character --- .github/eslint-compact.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/eslint-compact.json b/.github/eslint-compact.json index 473e98de..017222b4 100644 --- a/.github/eslint-compact.json +++ b/.github/eslint-compact.json @@ -7,7 +7,7 @@ "regexp": "/^(.+):\\sline\\s(\\d+),\\scol\\s(\\d+),\\s(Error|Warning|Info)\\s-\\s(.+)\\s\\((.+)\\)$/", "file": 1, "line": 2, - "character": 3, + "column": 3, "severity": 4, "message": 5, "code": 6