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': [