This is a small CLI tool that dumps all of Prettier’s default configuration options to a file in the format of your choice.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dylan Baker c069605639 0.1.1 4 years ago
.gitignore Initial commit 4 years ago
.prettierrc Initial commit 4 years ago
LICENSE Initial commit 4 years ago
README.md Add readme 4 years ago
index.js Initial commit 4 years ago
package-lock.json 0.1.1 4 years ago
package.json 0.1.1 4 years ago
test.js Initial commit 4 years ago

README.md

prettier-default-config

This is a small CLI tool that dumps all of prettier’s default configuration options to a file in the format of your choice.

Installation

npm install -g prettier-default-config

Usage

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

License

MIT