|
5 anni fa | |
---|---|---|
.gitignore | 5 anni fa | |
.prettierrc | 5 anni fa | |
LICENSE | 5 anni fa | |
README.md | 5 anni fa | |
index.js | 5 anni fa | |
package-lock.json | 5 anni fa | |
package.json | 5 anni fa | |
test.js | 5 anni fa |
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