@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 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
@@ -71,8 +71,7 @@
71
71
  "options": {
72
72
  "parser": "json",
73
73
  "trailingComma": "none",
74
- "objectWrap": "preserve",
75
- "printWidth": 120
74
+ "objectWrap": "preserve"
76
75
  }
77
76
  },
78
77
  {
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
@@ -64,8 +64,7 @@
64
64
  "options": {
65
65
  "parser": "json",
66
66
  "trailingComma": "none",
67
- "objectWrap": "preserve",
68
- "printWidth": 120
67
+ "objectWrap": "preserve"
69
68
  }
70
69
  },
71
70
  {
package/jsdoc.json CHANGED
@@ -71,8 +71,7 @@
71
71
  "options": {
72
72
  "parser": "json",
73
73
  "trailingComma": "none",
74
- "objectWrap": "preserve",
75
- "printWidth": 120
74
+ "objectWrap": "preserve"
76
75
  }
77
76
  },
78
77
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/prettier",
3
- "version": "0.57.79",
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": "1f20cb49bd068eed11accd4abcd7784f220566d4"
79
+ "gitHead": "0baa29a84f59924568ce3247fb7a804427c5dc2a"
80
80
  }
package/prisma.json CHANGED
@@ -64,8 +64,7 @@
64
64
  "options": {
65
65
  "parser": "json",
66
66
  "trailingComma": "none",
67
- "objectWrap": "preserve",
68
- "printWidth": 120
67
+ "objectWrap": "preserve"
69
68
  }
70
69
  },
71
70
  {
package/solidity.json CHANGED
@@ -64,8 +64,7 @@
64
64
  "options": {
65
65
  "parser": "json",
66
66
  "trailingComma": "none",
67
- "objectWrap": "preserve",
68
- "printWidth": 120
67
+ "objectWrap": "preserve"
69
68
  }
70
69
  },
71
70
  {
package/tailwindcss.json CHANGED
@@ -64,8 +64,7 @@
64
64
  "options": {
65
65
  "parser": "json",
66
66
  "trailingComma": "none",
67
- "objectWrap": "preserve",
68
- "printWidth": 120
67
+ "objectWrap": "preserve"
69
68
  }
70
69
  },
71
70
  {