From 967927d6f061d5cf9fd6194df2b45f1ea7685f93 Mon Sep 17 00:00:00 2001 From: Federico Brigante Date: Sun, 12 Apr 2020 16:21:57 +0200 Subject: [PATCH] Temporarily disable the `unicorn/string-content` rule (#462) --- config/plugins.js | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/config/plugins.js b/config/plugins.js index f80bd0e6..cd3b0863 100644 --- a/config/plugins.js +++ b/config/plugins.js @@ -113,14 +113,16 @@ module.exports = { } } ], - 'unicorn/string-content': [ - 'error', - { - patterns: { - [/\.\.\./.source]: '…' - } - } - ], + + // TODO: Restore when it becomes safer + // 'unicorn/string-content': [ + // 'error', + // { + // patterns: { + // [/\.\.\./.source]: '…' + // } + // } + // ], // The character class sorting is a bit buggy at the moment. 'unicorn/better-regex': [