|
|
il y a 6 ans | |
|---|---|---|
| .gitignore | il y a 6 ans | |
| .prettierrc | il y a 6 ans | |
| LICENSE | il y a 6 ans | |
| README.md | il y a 6 ans | |
| index.js | il y a 6 ans | |
| package-lock.json | il y a 6 ans | |
| package.json | il y a 6 ans | |
| test.js | il y a 6 ans |
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