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
+}