From 9a9bea4b3427d494d550c55156587e7b84a4dd99 Mon Sep 17 00:00:00 2001 From: azu Date: Sun, 12 Feb 2023 20:44:02 +0900 Subject: [PATCH] fix(textlint): fix config --- .textlintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.textlintrc.js b/.textlintrc.js index 62ce5089fd..d56800e25b 100644 --- a/.textlintrc.js +++ b/.textlintrc.js @@ -60,7 +60,7 @@ module.exports = { }, "sentence-length": { "max": 95, - "exclusionPatterns": [ + "skipPatterns": [ // 文末の(...)。はカウントしない "/(.*?)。$/" ]