init
This commit is contained in:
commit
2ded5ae622
8 changed files with 386 additions and 0 deletions
15
package.json
Normal file
15
package.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"name": "@gcch/configuration-prettier",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"exports": "./index.js",
|
||||
"peerDependencies": {
|
||||
"prettier": "^4.0.0-alpha.12"
|
||||
},
|
||||
"dependencies": {
|
||||
"@prettier/plugin-php": "^0.24.0",
|
||||
"@prettier/plugin-xml": "^3.4.2",
|
||||
"prettier-plugin-pkg": "^0.21.2",
|
||||
"prettier-plugin-sh": "^0.18.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue