@storm-software/prettier 0.57.79 → 0.57.80
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.md +6 -0
- package/all.json +1 -2
- package/base.json +2 -7
- package/config.json +1 -2
- package/jsdoc.json +1 -2
- package/package.json +2 -2
- package/prisma.json +1 -2
- package/solidity.json +1 -2
- package/tailwindcss.json +1 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Prettier
|
|
4
4
|
|
|
5
|
+
## [0.57.79](https://github.com/storm-software/storm-ops/releases/tag/prettier%400.57.79) (01/28/2026)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- **prettier:** Increase `printWidth` for JSON files to prevent reformatting ([b12ad89d9](https://github.com/storm-software/storm-ops/commit/b12ad89d9))
|
|
10
|
+
|
|
5
11
|
## [0.57.78](https://github.com/storm-software/storm-ops/releases/tag/prettier%400.57.78) (01/27/2026)
|
|
6
12
|
|
|
7
13
|
### Miscellaneous
|
package/all.json
CHANGED
package/base.json
CHANGED
|
@@ -47,8 +47,7 @@
|
|
|
47
47
|
"options": {
|
|
48
48
|
"parser": "json",
|
|
49
49
|
"trailingComma": "none",
|
|
50
|
-
"objectWrap": "preserve"
|
|
51
|
-
"printWidth": 120
|
|
50
|
+
"objectWrap": "preserve"
|
|
52
51
|
}
|
|
53
52
|
},
|
|
54
53
|
{
|
|
@@ -58,10 +57,6 @@
|
|
|
58
57
|
}
|
|
59
58
|
}
|
|
60
59
|
],
|
|
61
|
-
"plugins": [
|
|
62
|
-
"prettier-plugin-sh",
|
|
63
|
-
"prettier-plugin-pkg",
|
|
64
|
-
"prettier-plugin-organize-imports"
|
|
65
|
-
],
|
|
60
|
+
"plugins": ["prettier-plugin-sh", "prettier-plugin-pkg", "prettier-plugin-organize-imports"],
|
|
66
61
|
"organizeImportsSkipDestructiveCodeActions": false
|
|
67
62
|
}
|
package/config.json
CHANGED
package/jsdoc.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/prettier",
|
|
3
|
-
"version": "0.57.
|
|
3
|
+
"version": "0.57.80",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"description": "⚡ A package containing the base Prettier configuration used by Storm Software across many projects.",
|
|
6
6
|
"repository": {
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"prettier-plugin-tailwindcss": "^0.6.14"
|
|
77
77
|
},
|
|
78
78
|
"publishConfig": { "access": "public" },
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "0baa29a84f59924568ce3247fb7a804427c5dc2a"
|
|
80
80
|
}
|
package/prisma.json
CHANGED
package/solidity.json
CHANGED