This is a small CLI tool that dumps all of Prettier’s default configuration options to a file in the format of your choice.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Dylan Baker c069605639 0.1.1 4 år sedan
.gitignore Initial commit 4 år sedan
.prettierrc Initial commit 4 år sedan
LICENSE Initial commit 4 år sedan
README.md Add readme 4 år sedan
index.js Initial commit 4 år sedan
package-lock.json 0.1.1 4 år sedan
package.json 0.1.1 4 år sedan
test.js Initial commit 4 år sedan

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