This is a small CLI tool that dumps all of Prettier’s default configuration options to a file in the format of your choice.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Dylan Baker c069605639 0.1.1 4 anos atrás
.gitignore Initial commit 4 anos atrás
.prettierrc Initial commit 4 anos atrás
LICENSE Initial commit 4 anos atrás
README.md Add readme 4 anos atrás
index.js Initial commit 4 anos atrás
package-lock.json 0.1.1 4 anos atrás
package.json 0.1.1 4 anos atrás
test.js Initial commit 4 anos atrás

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