From 0038c92de76827a820fb2bfc8c8db9c04297bf18 Mon Sep 17 00:00:00 2001 From: mahula Date: Thu, 2 Feb 2023 10:48:25 +0100 Subject: [PATCH] remove apostroph rule from text linting --- .textlintrc.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.textlintrc.js b/.textlintrc.js index e475209..71d4ba0 100644 --- a/.textlintrc.js +++ b/.textlintrc.js @@ -32,9 +32,8 @@ module.exports = { passive: false, thereIs: false }, - 'apostrophe': true, }, filters: { comments: true, }, -} \ No newline at end of file +}