We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a1dcdb commit ffab8c1Copy full SHA for ffab8c1
lib/rules/wrap-multilines.js
@@ -39,7 +39,7 @@ module.exports = {
39
},
40
41
create: function(context) {
42
- return util._extend(jsxWrapMultilines(context), {
+ return util._extend(jsxWrapMultilines.create(context), {
43
Program: function() {
44
if (isWarnedForDeprecation || /\=-(f|-format)=/.test(process.argv.join('='))) {
45
return;
0 commit comments