Skip to content

Commit

Permalink
Temporarily disable the unicorn/string-content rule (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Apr 12, 2020
1 parent 87e3615 commit 967927d
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions config/plugins.js
Expand Up @@ -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': [
Expand Down

0 comments on commit 967927d

Please sign in to comment.