We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unicorn/string-content
1 parent 87e3615 commit 967927dCopy full SHA for 967927d
config/plugins.js
@@ -113,14 +113,16 @@ module.exports = {
113
}
114
115
],
116
- 'unicorn/string-content': [
117
- 'error',
118
- {
119
- patterns: {
120
- [/\.\.\./.source]: '…'
121
- }
122
123
- ],
+
+ // TODO: Restore when it becomes safer
+ // 'unicorn/string-content': [
+ // 'error',
+ // {
+ // patterns: {
+ // [/\.\.\./.source]: '…'
+ // }
124
125
+ // ],
126
127
// The character class sorting is a bit buggy at the moment.
128
'unicorn/better-regex': [
0 commit comments