@stackoverflow/prettier-config
Version:
Stacks Prettier shared config
26 lines (25 loc) • 661 B
JSON
{
"name": "@stackoverflow/prettier-config",
"version": "1.0.0",
"private": false,
"description": "Stacks Prettier shared config",
"main": "index.js",
"author": "Stack Exchange Inc",
"license": "MIT",
"keywords": [
"stacks",
"prettier",
"prettier-config"
],
"repository": {
"type": "git",
"url": "git+https://github.com/StackExchange/stacks-utils.git"
},
"bugs": {
"url": "https://github.com/StackExchange/stacks-utils/issues"
},
"homepage": "https://github.com/StackExchange/stacks-utils#readme",
"peerDependencies": {
"prettier": ">=2"
}
}