This commit is contained in:
2023-10-03 14:37:05 +02:00
commit bfbcdfb8f1
4 changed files with 953 additions and 0 deletions

24
package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "cupcakearmy-prettier",
"version": "1.0.1",
"description": "Personal Prettier config",
"keywords": [
"prettier",
"config",
"preset"
],
"repository": "git@github.com:azz/prettier-config.git",
"license": "MIT",
"author": "Niccolo Borgioli <hi@nicco.io>",
"type": "module",
"exports": {
".": "./index.js"
},
"files": [
"./index.js"
],
"dependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
"prettier-plugin-packagejson": "^2.4.6"
}
}