@putout/printer 9.0.0 → 9.0.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/ChangeLog
CHANGED
package/README.md
CHANGED
|
@@ -174,7 +174,7 @@ Options used to configure logic of output, similar to ESLint rules:
|
|
|
174
174
|
- ✅ `maxVariablesInOneLine` - count of `VariableDeclarators` in one line.
|
|
175
175
|
- ✅ `maxPropertiesInOneLine` - count of `ObjectProperties` in one line.
|
|
176
176
|
- ✅ `maxPropertiesLengthInOneLine` - maximum length of `Object Property`, when violated splits event if `maxPropertiesInOneLine` satisfies;
|
|
177
|
-
- ✅ `roundBraces` to output braces or not
|
|
177
|
+
- ✅ `roundBraces` to output braces or not
|
|
178
178
|
- In a single argument arrow function expressions `(a) => {}` or not `a => {}`;
|
|
179
179
|
- In sequence expressions: `for(let e of l) (a(), b())` or not `for(let e of l) a(), b()`;
|
|
180
180
|
|
package/package.json
CHANGED