This is a small CLI tool that dumps all of Prettier’s default configuration options to a file in the format of your choice.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Dylan Baker c069605639 0.1.1 před 4 roky
.gitignore Initial commit před 4 roky
.prettierrc Initial commit před 4 roky
LICENSE Initial commit před 4 roky
README.md Add readme před 4 roky
index.js Initial commit před 4 roky
package-lock.json 0.1.1 před 4 roky
package.json 0.1.1 před 4 roky
test.js Initial commit před 4 roky

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