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