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 kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Dylan Baker c069605639 0.1.1 vor 4 Jahren
.gitignore Initial commit vor 4 Jahren
.prettierrc Initial commit vor 4 Jahren
LICENSE Initial commit vor 4 Jahren
README.md Add readme vor 4 Jahren
index.js Initial commit vor 4 Jahren
package-lock.json 0.1.1 vor 4 Jahren
package.json 0.1.1 vor 4 Jahren
test.js Initial commit vor 4 Jahren

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