From 326a9610233b646f6aac0b63a2b339844b150675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20=C3=85kesson?= <66364872+pataxis@users.noreply.github.com> Date: Mon, 17 Jun 2024 08:59:06 +0200 Subject: [PATCH] docs: Add more exclude examples (#75) Co-authored-by: pataxis --- Readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 57010df..476c9db 100644 --- a/Readme.md +++ b/Readme.md @@ -66,7 +66,9 @@ You can configure the rule in your `.textlintrc`: "terms": "@johnsmith/terms", // Excludes terms "exclude": [ - "CSS" + "CSS", + "bug[- ]fix(es)?", + "walk-through" ] } }