mirror of
https://github.com/actions/setup-node.git
synced 2025-04-24 12:22:12 +00:00
column not character
This commit is contained in:
parent
161ccaf237
commit
cf1f242ce7
1 changed files with 1 additions and 1 deletions
2
.github/eslint-compact.json
vendored
2
.github/eslint-compact.json
vendored
|
@ -7,7 +7,7 @@
|
||||||
"regexp": "/^(.+):\\sline\\s(\\d+),\\scol\\s(\\d+),\\s(Error|Warning|Info)\\s-\\s(.+)\\s\\((.+)\\)$/",
|
"regexp": "/^(.+):\\sline\\s(\\d+),\\scol\\s(\\d+),\\s(Error|Warning|Info)\\s-\\s(.+)\\s\\((.+)\\)$/",
|
||||||
"file": 1,
|
"file": 1,
|
||||||
"line": 2,
|
"line": 2,
|
||||||
"character": 3,
|
"column": 3,
|
||||||
"severity": 4,
|
"severity": 4,
|
||||||
"message": 5,
|
"message": 5,
|
||||||
"code": 6
|
"code": 6
|
||||||
|
|
Loading…
Add table
Reference in a new issue