@putout/bundle 3.22.0 → 3.22.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundle/putout.js +1 -1
- package/bundle/putout.min.js +1 -1
- package/package.json +3 -2
package/bundle/putout.js
CHANGED
|
@@ -85832,7 +85832,7 @@ function condition$1(path) {
|
|
|
85832
85832
|
function isNeedIndent(path) {
|
|
85833
85833
|
const attributesCount = path.node.openingElement.attributes.length;
|
|
85834
85834
|
|
|
85835
|
-
if (attributesCount >
|
|
85835
|
+
if (attributesCount > 2)
|
|
85836
85836
|
return false;
|
|
85837
85837
|
|
|
85838
85838
|
const insideFn = path.parentPath.isArrowFunctionExpression();
|