prettier-default-config
Version:
Generate a prettier config file with all the possible options and their default values
30 lines (29 loc) • 717 B
JSON
{
"name": "prettier-default-config",
"version": "0.2.3",
"description": "Generate a prettier config file with all the possible options and their default values",
"bin": "index.js",
"scripts": {
"format": "prettier --write ./*.js",
"test": "tape test.js | faucet"
},
"author": "Dylan Baker <dylan@simulacrum.party>",
"repository": {
"type": "git",
"url": "https://git.simulacrum.party/simulacrumparty/prettier-default-config"
},
"license": "MIT",
"files": [
"index.js"
],
"dependencies": {
"@iarna/toml": "^2.2.3",
"minimist": "^1.2.0",
"prettier": "^1.19.1",
"yaml": "^1.7.2"
},
"devDependencies": {
"faucet": "0.0.1",
"tape": "^4.13.0"
}
}