-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathupstream-watch.frontend.json
More file actions
70 lines (70 loc) · 1.49 KB
/
upstream-watch.frontend.json
File metadata and controls
70 lines (70 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"github_releases": [
{
"id": "eslint-release",
"source": "https://github.com/eslint/eslint",
"skills": [
"dotnet-eslint"
]
},
{
"id": "stylelint-release",
"source": "https://github.com/stylelint/stylelint",
"skills": [
"dotnet-stylelint"
]
},
{
"id": "htmlhint-release",
"source": "https://github.com/htmlhint/HTMLHint",
"skills": [
"dotnet-htmlhint"
]
},
{
"id": "webhint-release",
"source": "https://github.com/webhintio/hint",
"match_tag_regex": "^hint-v",
"skills": [
"dotnet-webhint"
]
},
{
"id": "biome-release",
"source": "https://github.com/biomejs/biome",
"skills": [
"dotnet-biome"
]
},
{
"id": "chrome-devtools-mcp-release",
"source": "https://github.com/ChromeDevTools/chrome-devtools-mcp",
"match_tag_regex": "^chrome-devtools-mcp-v",
"skills": [
"dotnet-chrome-devtools-mcp"
]
},
{
"id": "sonarjs-release",
"source": "https://github.com/SonarSource/SonarJS",
"skills": [
"dotnet-sonarjs"
]
},
{
"id": "metalint-release",
"source": "https://github.com/regseb/metalint",
"skills": [
"dotnet-metalint"
]
},
{
"id": "chous-release",
"source": "https://github.com/cheezone/chous",
"skills": [
"dotnet-chous"
]
}
],
"documentation": []
}