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