We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
unicorn/string-content
1 parent ba4efc9 commit 5a22b77Copy full SHA for 5a22b77
config/plugins.js
@@ -113,6 +113,14 @@ module.exports = {
113
}
114
115
],
116
+ 'unicorn/string-content': [
117
+ 'error',
118
+ {
119
+ patterns: {
120
+ [/\.\.\./.source]: '…'
121
+ }
122
123
+ ],
124
125
// The character class sorting is a bit buggy at the moment.
126
'unicorn/better-regex': [
package.json
@@ -68,7 +68,7 @@
68
"eslint-plugin-node": "^11.0.0",
69
"eslint-plugin-prettier": "^3.1.2",
70
"eslint-plugin-promise": "^4.2.1",
71
- "eslint-plugin-unicorn": "^17.0.1",
+ "eslint-plugin-unicorn": "^17.2.0",
72
"find-cache-dir": "^3.0.0",
73
"fs-extra": "^8.1.0",
74
"get-stdin": "^7.0.0",
0 commit comments