@storm-software/prettier 0.57.74 → 0.57.76

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,13 @@
2
2
 
3
3
  # Changelog for Storm Ops - Prettier
4
4
 
5
+ ## [0.57.74](https://github.com/storm-software/storm-ops/releases/tag/prettier%400.57.74) (12/30/2025)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Update `README.md` markdown files
10
+ ([eea67b18e](https://github.com/storm-software/storm-ops/commit/eea67b18e))
11
+
5
12
  ## [0.57.71](https://github.com/storm-software/storm-ops/releases/tag/prettier%400.57.71) (12/18/2025)
6
13
 
7
14
  ### Miscellaneous
package/all.json CHANGED
@@ -67,8 +67,8 @@
67
67
  }
68
68
  },
69
69
  {
70
- "files": "**/*.json",
71
- "options": { "parser": "json", "trailingComma": "none" }
70
+ "files": "**/*.{json,jsonc,json5}",
71
+ "options": { "parser": "json", "trailingComma": "none", "printWidth": 40 }
72
72
  },
73
73
  {
74
74
  "files": "**/*.hbs",
package/base.json CHANGED
@@ -43,8 +43,8 @@
43
43
  }
44
44
  },
45
45
  {
46
- "files": "**/*.json",
47
- "options": { "parser": "json", "trailingComma": "none" }
46
+ "files": "**/*.{json,jsonc,json5}",
47
+ "options": { "parser": "json", "trailingComma": "none", "printWidth": 40 }
48
48
  },
49
49
  {
50
50
  "files": "**/*.hbs",
package/config.json CHANGED
@@ -60,8 +60,8 @@
60
60
  }
61
61
  },
62
62
  {
63
- "files": "**/*.json",
64
- "options": { "parser": "json", "trailingComma": "none" }
63
+ "files": "**/*.{json,jsonc,json5}",
64
+ "options": { "parser": "json", "trailingComma": "none", "printWidth": 40 }
65
65
  },
66
66
  {
67
67
  "files": "**/*.hbs",
package/index.cjs CHANGED
@@ -60,7 +60,10 @@ module.exports = {
60
60
  parser: "html"
61
61
  }
62
62
  },
63
- { files: "**/*.json", options: { parser: "json", trailingComma: "none" } },
63
+ {
64
+ files: "**/*.{json,jsonc,json5}",
65
+ options: { parser: "json", trailingComma: "none", printWidth: 40 }
66
+ },
64
67
  {
65
68
  files: "**/*.hbs",
66
69
  options: {
package/jsdoc.json CHANGED
@@ -67,8 +67,8 @@
67
67
  }
68
68
  },
69
69
  {
70
- "files": "**/*.json",
71
- "options": { "parser": "json", "trailingComma": "none" }
70
+ "files": "**/*.{json,jsonc,json5}",
71
+ "options": { "parser": "json", "trailingComma": "none", "printWidth": 40 }
72
72
  },
73
73
  {
74
74
  "files": "**/*.hbs",
package/meta.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "inputs": {
3
3
  "packages/prettier/src/index.ts": {
4
- "bytes": 1639,
4
+ "bytes": 1685,
5
5
  "imports": [],
6
6
  "format": "cjs"
7
7
  }
@@ -13,10 +13,10 @@
13
13
  "entryPoint": "packages/prettier/src/index.ts",
14
14
  "inputs": {
15
15
  "packages/prettier/src/index.ts": {
16
- "bytesInOutput": 1639
16
+ "bytesInOutput": 1685
17
17
  }
18
18
  },
19
- "bytes": 1673
19
+ "bytes": 1719
20
20
  }
21
21
  }
22
22
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/prettier",
3
- "version": "0.57.74",
3
+ "version": "0.57.76",
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": "99ed954da76fded1e0554ae38f1a93f7601e3c24"
79
+ "gitHead": "830464e15f990a59f7f1bea0484149baab78954a"
80
80
  }
package/prisma.json CHANGED
@@ -60,8 +60,8 @@
60
60
  }
61
61
  },
62
62
  {
63
- "files": "**/*.json",
64
- "options": { "parser": "json", "trailingComma": "none" }
63
+ "files": "**/*.{json,jsonc,json5}",
64
+ "options": { "parser": "json", "trailingComma": "none", "printWidth": 40 }
65
65
  },
66
66
  {
67
67
  "files": "**/*.hbs",
package/solidity.json CHANGED
@@ -60,8 +60,8 @@
60
60
  }
61
61
  },
62
62
  {
63
- "files": "**/*.json",
64
- "options": { "parser": "json", "trailingComma": "none" }
63
+ "files": "**/*.{json,jsonc,json5}",
64
+ "options": { "parser": "json", "trailingComma": "none", "printWidth": 40 }
65
65
  },
66
66
  {
67
67
  "files": "**/*.hbs",
package/tailwindcss.json CHANGED
@@ -54,14 +54,14 @@
54
54
  }
55
55
  },
56
56
  {
57
- "files": "*.svg",
57
+ "files": "**/*.svg",
58
58
  "options": {
59
59
  "parser": "html"
60
60
  }
61
61
  },
62
62
  {
63
- "files": "*.json",
64
- "options": { "parser": "json", "trailingComma": "none" }
63
+ "files": "**/*.{json,jsonc,json5}",
64
+ "options": { "parser": "json", "trailingComma": "none", "printWidth": 40 }
65
65
  },
66
66
  {
67
67
  "files": "**/*.hbs",