This is a small CLI tool that dumps all of Prettier’s default configuration options to a file in the format of your choice.
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Dylan Baker c069605639 0.1.1 4 роки тому
.gitignore Initial commit 4 роки тому
.prettierrc Initial commit 4 роки тому
LICENSE Initial commit 4 роки тому
README.md Add readme 4 роки тому
index.js Initial commit 4 роки тому
package-lock.json 0.1.1 4 роки тому
package.json 0.1.1 4 роки тому
test.js Initial commit 4 роки тому

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