@storm-software/prettier 0.59.88 → 0.59.90

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/.prettierignore CHANGED
@@ -72,12 +72,10 @@ bun.lockb
72
72
  **/dist
73
73
  **/fallback*.js
74
74
  **/ios
75
- **/jest.config.js
76
- **/jest.config.json
77
- **/jest.config.ts
78
- **/jest.setup.js
79
- **/jest.setup.json
80
- **/jest.setup.ts
75
+ **/jest.config.{js,ts,cjs,cts,mjs,mts,json}
76
+ **/jest.setup.{js,ts,cjs,cts,mjs,mts,json}
77
+ **/vitest.config.{js,ts,cjs,cts,mjs,mts,json}
78
+ **/vitest.setup.{js,ts,cjs,cts,mjs,mts,json}
81
79
  **/next-env.d.ts
82
80
  **/node_modules
83
81
  **/npm-lock.*
@@ -73,12 +73,10 @@ bun.lockb
73
73
  **/dist
74
74
  **/fallback*.js
75
75
  **/ios
76
- **/jest.config.js
77
- **/jest.config.json
78
- **/jest.config.ts
79
- **/jest.setup.js
80
- **/jest.setup.json
81
- **/jest.setup.ts
76
+ **/jest.config.{js,ts,cjs,cts,mjs,mts,json}
77
+ **/jest.setup.{js,ts,cjs,cts,mjs,mts,json}
78
+ **/vitest.config.{js,ts,cjs,cts,mjs,mts,json}
79
+ **/vitest.setup.{js,ts,cjs,cts,mjs,mts,json}
82
80
  **/next-env.d.ts
83
81
  **/node_modules
84
82
  **/npm-lock.*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/prettier",
3
- "version": "0.59.88",
3
+ "version": "0.59.90",
4
4
  "private": false,
5
5
  "description": "⚡ A package containing the base Prettier configuration used by Storm Software across many projects.",
6
6
  "keywords": [
@@ -103,5 +103,5 @@
103
103
  "prettier-plugin-toml": { "optional": false }
104
104
  },
105
105
  "publishConfig": { "access": "public" },
106
- "gitHead": "48d6212133c6a011439668fd76d855da9a673790"
106
+ "gitHead": "f37fb6ffa883d1246e2647eb83ad87e77dc2fb25"
107
107
  }