This is a small CLI tool that dumps all of Prettier’s default configuration options to a file in the format of your choice.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Dylan Baker c069605639 0.1.1 il y a 4 ans
.gitignore Initial commit il y a 4 ans
.prettierrc Initial commit il y a 4 ans
LICENSE Initial commit il y a 4 ans
README.md Add readme il y a 4 ans
index.js Initial commit il y a 4 ans
package-lock.json 0.1.1 il y a 4 ans
package.json 0.1.1 il y a 4 ans
test.js Initial commit il y a 4 ans

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