@pandell/prettier-config
Version:
Pandell Shared Prettier Config
27 lines • 572 B
JSON
{
"name": "@pandell/prettier-config",
"version": "3.0.0",
"description": "Pandell Shared Prettier Config",
"keywords": [
"pandell",
"pli",
"prettier"
],
"repository": {
"type": "git",
"url": "https://github.com/pandell/frontend-config.git",
"directory": "packages/prettier-config"
},
"license": "MIT",
"author": {
"name": "Pandell Technology Corporation",
"url": "https://github.com/pandell"
},
"main": "index.json",
"peerDependencies": {
"prettier": ">= 3"
},
"publishConfig": {
"access": "public"
}
}