Skip to content

Commit 967927d

Browse files
authoredApr 12, 2020
Temporarily disable the unicorn/string-content rule (#462)
1 parent 87e3615 commit 967927d

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed
 

Diff for: ‎config/plugins.js

+10-8
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,16 @@ module.exports = {
113113
}
114114
}
115115
],
116-
'unicorn/string-content': [
117-
'error',
118-
{
119-
patterns: {
120-
[/\.\.\./.source]: '…'
121-
}
122-
}
123-
],
116+
117+
// TODO: Restore when it becomes safer
118+
// 'unicorn/string-content': [
119+
// 'error',
120+
// {
121+
// patterns: {
122+
// [/\.\.\./.source]: '…'
123+
// }
124+
// }
125+
// ],
124126

125127
// The character class sorting is a bit buggy at the moment.
126128
'unicorn/better-regex': [

0 commit comments

Comments
 (0)
Please sign in to comment.