|
|
6 年之前 | |
|---|---|---|
| .gitignore | 6 年之前 | |
| .prettierrc | 6 年之前 | |
| LICENSE | 6 年之前 | |
| README.md | 6 年之前 | |
| index.js | 6 年之前 | |
| package-lock.json | 6 年之前 | |
| package.json | 6 年之前 | |
| test.js | 6 年之前 |
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