@storm-software/prettier 0.58.4 → 0.58.5
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/all.json +1 -1
- package/base.json +5 -1
- package/config.json +1 -1
- package/index.cjs +1 -1
- package/index.js +1 -1
- package/jsdoc.json +1 -1
- package/package.json +5 -5
- package/prisma.json +1 -1
- package/recommended.json +1 -1
- package/solidity.json +1 -1
- package/tailwindcss.json +1 -1
package/all.json
CHANGED
package/base.json
CHANGED
|
@@ -57,6 +57,10 @@
|
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
59
|
],
|
|
60
|
-
"plugins": [
|
|
60
|
+
"plugins": [
|
|
61
|
+
"prettier-plugin-sh",
|
|
62
|
+
"prettier-plugin-packagejson",
|
|
63
|
+
"prettier-plugin-organize-imports"
|
|
64
|
+
],
|
|
61
65
|
"organizeImportsSkipDestructiveCodeActions": false
|
|
62
66
|
}
|
package/config.json
CHANGED
package/index.cjs
CHANGED
package/index.js
CHANGED
package/jsdoc.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/prettier",
|
|
3
|
-
"version": "0.58.
|
|
3
|
+
"version": "0.58.5",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"description": "⚡ A package containing the base Prettier configuration used by Storm Software across many projects.",
|
|
6
6
|
"repository": {
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"prettier": "^3.8.1",
|
|
66
66
|
"prettier-plugin-astro": "^0.14.1",
|
|
67
67
|
"prettier-plugin-organize-imports": "^4.0.0",
|
|
68
|
-
"prettier-plugin-
|
|
68
|
+
"prettier-plugin-packagejson": "^3.0.0",
|
|
69
69
|
"prettier-plugin-prisma": "^5.0.0",
|
|
70
70
|
"prettier-plugin-sh": "^0.15.0",
|
|
71
71
|
"prettier-plugin-solidity": "1.3.1",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"prettier": { "optional": false },
|
|
77
77
|
"prettier-plugin-astro": { "optional": true },
|
|
78
78
|
"prettier-plugin-organize-imports": { "optional": false },
|
|
79
|
-
"prettier-plugin-
|
|
79
|
+
"prettier-plugin-packagejson": { "optional": false },
|
|
80
80
|
"prettier-plugin-prisma": { "optional": false },
|
|
81
81
|
"prettier-plugin-sh": { "optional": false },
|
|
82
82
|
"prettier-plugin-solidity": { "optional": true },
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"dependencies": {
|
|
87
87
|
"prettier-plugin-jsdoc": "^1.8.0",
|
|
88
88
|
"prettier-plugin-organize-imports": "^4.3.0",
|
|
89
|
-
"prettier-plugin-
|
|
89
|
+
"prettier-plugin-packagejson": "^3.0.0",
|
|
90
90
|
"prettier-plugin-sh": "^0.15.0",
|
|
91
91
|
"prettier-plugin-toml": "^2.0.6"
|
|
92
92
|
},
|
|
@@ -99,5 +99,5 @@
|
|
|
99
99
|
"prettier-plugin-tailwindcss": "^0.6.14"
|
|
100
100
|
},
|
|
101
101
|
"publishConfig": { "access": "public" },
|
|
102
|
-
"gitHead": "
|
|
102
|
+
"gitHead": "f9611db126b33c60336faef7eeff63eb1e8031b7"
|
|
103
103
|
}
|
package/prisma.json
CHANGED
package/recommended.json
CHANGED
package/solidity.json
CHANGED