From 182d3e3abf9e621ac179e982a22c292cd2c9611a Mon Sep 17 00:00:00 2001 From: Mikey Ilagan Date: Sat, 23 May 2026 18:11:02 -0400 Subject: [PATCH 1/2] Adding the `neighbor` package to the official Vale library. This package is a companion to the `@a11yfred/neighbor` ESLint and Stylelint plugins. It provides prose linting rules focused on accessibility and inclusive language. Specifically, it flags language patterns that affect readability, comprehension, and inclusion, such as: - Ableist terms and suffering framing (SC 3.1.1) - Disability metaphors - Opaque English idioms and business jargon (SC 3.1.5) - Directional layout references (SC 1.3.3) - ALL CAPS prose - Bare ampersands --- library.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/library.json b/library.json index 5be3ed1..e1e9801 100644 --- a/library.json +++ b/library.json @@ -140,4 +140,16 @@ "inclusive-language" ] } + { + "name": "neighbor", + "description": "Vale prose linting rules for accessibility. Flags ableist terms, disability metaphors, English idioms, and directional layout references.", + "homepage": "https://github.com/a11yfred/neighbor", + "url": "https://github.com/a11yfred/neighbor/releases/latest/download/neighbor.zip", + "logo": "https://github.com/a11yfred.png", + "tags": [ + "style", + "inclusive-language" + ] +} + ] From fd1ba0a5b55dd51ed94cb37a19e1d7542a7e50ae Mon Sep 17 00:00:00 2001 From: Mikey Ilagan Date: Mon, 25 May 2026 19:41:13 -0400 Subject: [PATCH 2/2] Refine description for 'neighbor' in library.json Updated the description for the 'neighbor' entry to clarify its purpose regarding accessibility and inclusive language. --- library.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index e1e9801..2ebb035 100644 --- a/library.json +++ b/library.json @@ -139,10 +139,10 @@ "style", "inclusive-language" ] - } + }, { "name": "neighbor", - "description": "Vale prose linting rules for accessibility. Flags ableist terms, disability metaphors, English idioms, and directional layout references.", + "description": "Accessibility and inclusive language rules for Vale. Flags exclusionary language, ableist terms, metaphors, and complex idioms.", "homepage": "https://github.com/a11yfred/neighbor", "url": "https://github.com/a11yfred/neighbor/releases/latest/download/neighbor.zip", "logo": "https://github.com/a11yfred.png", @@ -152,4 +152,5 @@ ] } + ]