@kitschpatrol/prettier-config 4.3.1 → 4.3.3
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/bin/cli.js +43 -46
- package/init/.prettierignore +0 -3
- package/package.json +5 -5
- package/readme.md +1 -1
package/init/.prettierignore
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kitschpatrol/prettier-config",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Prettier config for @kitschpatrol/shared-config",
|
|
6
6
|
"repository": {
|
|
@@ -35,18 +35,18 @@
|
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@pinojs/json-colorizer": "^4.0.0",
|
|
38
|
-
"@prettier/plugin-php": "^0.
|
|
38
|
+
"@prettier/plugin-php": "^0.22.1",
|
|
39
39
|
"@prettier/plugin-ruby": "^4.0.4",
|
|
40
40
|
"@prettier/plugin-xml": "^3.2.2",
|
|
41
41
|
"cosmiconfig": "^9.0.0",
|
|
42
42
|
"execa": "^8.0.1",
|
|
43
43
|
"fs-extra": "^11.2.0",
|
|
44
|
-
"prettier-plugin-astro": "^0.12.
|
|
44
|
+
"prettier-plugin-astro": "^0.12.3",
|
|
45
45
|
"prettier-plugin-pkg": "^0.18.0",
|
|
46
46
|
"prettier-plugin-sh": "^0.13.1",
|
|
47
|
-
"prettier-plugin-sql": "^0.
|
|
47
|
+
"prettier-plugin-sql": "^0.18.0",
|
|
48
48
|
"prettier-plugin-svelte": "^3.1.2",
|
|
49
|
-
"prettier-plugin-tailwindcss": "^0.5.
|
|
49
|
+
"prettier-plugin-tailwindcss": "^0.5.11",
|
|
50
50
|
"prettier-plugin-toml": "^2.0.1"
|
|
51
51
|
},
|
|
52
52
|
"publishConfig": {
|
package/readme.md
CHANGED
|
@@ -30,7 +30,7 @@ To use just this Prettier config in isolation:
|
|
|
30
30
|
|
|
31
31
|
## Usage
|
|
32
32
|
|
|
33
|
-
The Prettier binary should be picked up automatically by
|
|
33
|
+
The Prettier binary should be picked up automatically by VS Code plugins.
|
|
34
34
|
|
|
35
35
|
You can call it directly, or use the script bundled with the config.
|
|
36
36
|
|