|
|
hace 6 años | |
|---|---|---|
| .gitignore | hace 6 años | |
| .prettierrc | hace 6 años | |
| LICENSE | hace 6 años | |
| README.md | hace 6 años | |
| index.js | hace 6 años | |
| package-lock.json | hace 6 años | |
| package.json | hace 6 años | |
| test.js | hace 6 años |
This is a small CLI tool that dumps all of prettier’s default configuration options to a file in the format of your choice.
npm install -g prettier-default-config
USAGE
prettier-default-config [OPTIONS]
OPTIONS:
--format <FORMAT> The config file format to generate.
<json|yaml|toml|js|package.json>
default: json
--stdout Write config to STDOUT rather than to a file
--help Prints help information
MIT