Compare commits

...

6 Commits

Author SHA1 Message Date
Seth Landry
d6c7e08f1f
Merge c85ef63684 into 40337cb8f7 2025-03-25 10:10:57 -05:00
fregante
40337cb8f7
Add support for indented eslint output (#1245) 2025-03-24 16:12:02 -05:00
Flo Edelmann
1ccdddc9b8
Make eslint-compact matcher compatible with Stylelint (#98) 2025-03-24 12:48:16 -05:00
Seth Landry
c85ef63684
Update .licensed.yml 2025-01-12 10:56:17 -06:00
Seth Landry
8a9a9cf45c
Update .licensed.yml 2025-01-12 10:54:31 -06:00
Seth Landry
c3bbb91f23
Update .licensed.yml 2025-01-12 10:52:54 -06:00
3 changed files with 5 additions and 3 deletions

View File

@ -4,7 +4,7 @@
"owner": "eslint-compact",
"pattern": [
{
"regexp": "^(.+):\\sline\\s(\\d+),\\scol\\s(\\d+),\\s(Error|Warning|Info)\\s-\\s(.+)\\s\\((.+)\\)$",
"regexp": "^(.+):\\sline\\s(\\d+),\\scol\\s(\\d+),\\s([Ee]rror|[Ww]arning|[Ii]nfo)\\s-\\s(.+)\\s\\((.+)\\)$",
"file": 1,
"line": 2,
"column": 3,

View File

@ -4,7 +4,7 @@
"owner": "eslint-stylish",
"pattern": [
{
"regexp": "^([^\\s].*)$",
"regexp": "^\\s*([^\\s].*)$",
"file": 1
},
{

View File

@ -13,3 +13,5 @@ allowed:
reviewed:
npm:
- name: Setup Node.js environment
uses: actions/setup-node@v4.1.0