zixulu 1.71.6 → 1.71.7
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/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/utils/addPrettier.ts +2 -2
package/dist/index.js
CHANGED
|
@@ -1458,7 +1458,7 @@ generated
|
|
|
1458
1458
|
const prettierConfig = `// @ts-check
|
|
1459
1459
|
|
|
1460
1460
|
/**
|
|
1461
|
-
* @type {import("prettier").Options}
|
|
1461
|
+
* @type {import("@1adybug/prettier").Options}
|
|
1462
1462
|
*/
|
|
1463
1463
|
const config = {
|
|
1464
1464
|
semi: false,
|
|
@@ -1468,7 +1468,7 @@ const config = {
|
|
|
1468
1468
|
printWidth: 160,
|
|
1469
1469
|
plugins: ["@1adybug/prettier"],
|
|
1470
1470
|
controlStatementBraces: "add",
|
|
1471
|
-
|
|
1471
|
+
multiLineBraces: "add",
|
|
1472
1472
|
}
|
|
1473
1473
|
|
|
1474
1474
|
export default config
|