-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathlibrary.json
122 lines (122 loc) · 4.86 KB
/
library.json
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
[
{
"name": "Google",
"description": "A Vale-compatible implementation of the Google Developer Documentation Style Guide.",
"homepage": "https://github.com/errata-ai/Google",
"url": "https://github.com/errata-ai/Google/releases/latest/download/Google.zip",
"logo": "https://github.com/google.png",
"tags": [
"style"
]
},
{
"name": "Joblint",
"description": "Test tech job posts for issues with sexism, culture, expectations, and recruiter fails.",
"homepage": "https://github.com/errata-ai/Joblint",
"url": "https://github.com/errata-ai/Joblint/releases/latest/download/Joblint.zip",
"logo": "https://github.com/npm.png",
"tags": [
"style"
]
},
{
"name": "Microsoft",
"description": "A Vale-compatible implementation of the Microsoft Writing Style Guide.",
"homepage": "https://github.com/errata-ai/Microsoft",
"url": "https://github.com/errata-ai/Microsoft/releases/latest/download/Microsoft.zip",
"logo": "https://github.com/microsoft.png",
"tags": [
"style"
]
},
{
"name": "proselint",
"description": "proselint places the world’s greatest writers and editors by your side.",
"homepage": "https://github.com/errata-ai/proselint",
"url": "https://github.com/errata-ai/proselint/releases/latest/download/proselint.zip",
"logo": "https://github.com/amperser.png",
"tags": [
"style"
]
},
{
"name": "write-good",
"description": "Naive linter for English prose for developers who can't write good.",
"homepage": "https://github.com/errata-ai/write-good",
"url": "https://github.com/errata-ai/write-good/releases/latest/download/write-good.zip",
"logo": "https://github.com/npm.png",
"tags": [
"style"
]
},
{
"name": "alex",
"description": "Catch insensitive, inconsiderate writing.",
"homepage": "https://github.com/errata-ai/alex",
"url": "https://github.com/errata-ai/alex/releases/latest/download/alex.zip",
"logo": "https://github.com/get-alex.png",
"tags": [
"style"
]
},
{
"name": "Readability",
"description": "Vale-compatible implementations of many popular readability metrics.",
"homepage": "https://github.com/errata-ai/Readability",
"url": "https://github.com/errata-ai/Readability/releases/latest/download/Readability.zip",
"logo": "https://github.com/errata-ai.png",
"tags": [
"style"
]
},
{
"name": "Hugo",
"description": "Adds support for Hugo shortcodes and other non-standard markup.",
"homepage": "https://github.com/errata-ai/Hugo",
"url": "https://github.com/errata-ai/Hugo/releases/latest/download/Hugo.zip",
"logo": "https://github.com/gohugoio.png",
"tags": [
"config"
]
},
{
"name": "MDX",
"description": "Adds support for MDX comments and other non-standard markup.",
"homepage": "https://github.com/errata-ai/MDX",
"url": "https://github.com/errata-ai/MDX/releases/latest/download/MDX.zip",
"logo": "https://github.com/mdx-js.png",
"tags": [
"config"
]
},
{
"name": "RedHat",
"description": "A Vale-compatible implementation of the Red Hat Supplementary Style Guide.",
"homepage": "https://redhat-documentation.github.io/vale-at-red-hat/docs/main/user-guide/redhat-style-for-vale/",
"url": "https://github.com/redhat-documentation/vale-at-red-hat/releases/latest/download/RedHat.zip",
"logo": "https://github.com/redhat-documentation.png",
"tags": [
"style"
]
},
{
"name": "AsciiDoc",
"description": "A Vale-compatible implementation of select AsciiDoc syntax rules.",
"homepage": "https://redhat-documentation.github.io/vale-at-red-hat/docs/main/user-guide/asciidoc-style-for-vale/",
"url": "https://github.com/redhat-documentation/vale-at-red-hat/releases/latest/download/AsciiDoc.zip",
"logo": "https://github.com/redhat-documentation.png",
"tags": [
"style"
]
},
{
"name": "OpenShiftAsciiDoc",
"description": "A Vale-compatible implementation of select AsciiDoc guidance from the OpenShift docs contributor guidelines.",
"homepage": "https://redhat-documentation.github.io/vale-at-red-hat/docs/main/user-guide/openshift-asciidoc-style-for-vale/",
"url": "https://github.com/redhat-documentation/vale-at-red-hat/releases/latest/download/OpenShiftAsciiDoc.zip",
"logo": "https://github.com/redhat-documentation.png",
"tags": [
"style"
]
}
]