From 1db1748819af9f579a57f994c3789bea2039aa9b Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Tue, 18 Jun 2019 10:59:00 -0400 Subject: [PATCH] Remove dup --- .github/eslint-stylish.json | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/.github/eslint-stylish.json b/.github/eslint-stylish.json index 9574eafe..1d75d6c3 100644 --- a/.github/eslint-stylish.json +++ b/.github/eslint-stylish.json @@ -1,23 +1,5 @@ { "problemMatcher": [ - { - "owner": "eslint-stylish", - "pattern": [ - { - "regexp": "^([^\\s].*)$", - "file": 1 - }, - { - "regexp": "^\\s+(\\d+):(\\d+)\\s+(error|warning|info)\\s+(.*)\\s\\s+(.*)$", - "line": 1, - "column": 2, - "severity": 3, - "message": 4, - "code": 5, - "loop": true - } - ] - }, { "owner": "eslint-stylish", "pattern": [ @@ -37,4 +19,4 @@ ] } ] -} \ No newline at end of file +}