diff --git a/.github/hooks/pre-commit b/.github/hooks/pre-commit index 1783e71..24ce9ab 100755 --- a/.github/hooks/pre-commit +++ b/.github/hooks/pre-commit @@ -1,3 +1,3 @@ #!/bin/bash -npm run test \ No newline at end of file +npm run test diff --git a/.github/xo-problem-matcher.json b/.github/xo-problem-matcher.json deleted file mode 100644 index 9b07d7d..0000000 --- a/.github/xo-problem-matcher.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "problemMatcher": [ - { - "owner": "xo", - "pattern": [ - { - "regexp": "^\\s+(.*):(\\d+):(\\d+)$", - "file": 1 - }, - { - "regexp": "^\\s+✖\\s+(\\d+):(\\d+)\\s+(.*)\\s+(.*)$", - "line": 1, - "column": 2, - "message": 3, - "code": 4, - "loop": true - } - ] - } - ] -}