fix: reduce strictness on profanity
Node.js CI / Lint and Test (push) Successful in 34s

This commit is contained in:
2025-08-22 16:41:57 -07:00
parent ecc421b878
commit 5a097a8df4
+2
View File
@@ -37,4 +37,6 @@ export const alexConfig: OptionsObject = {
"stepbrother-stepsister", "stepbrother-stepsister",
"stepbrothers-stepsisters", "stepbrothers-stepsisters",
], ],
// This restricts profanity triggers to only the most severe.
profanitySureness: 2,
}; };