1.0.1 • Published 2 years ago

@henningkerstan/prettier-config v1.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

prettier-config

My personal configuration for Prettier. It makes the following adjustments to Prettier's default configuration:

  • I do not like semicolons everywhere, hence it sets semi: false and
  • I prefer single over double quotes, hence it sets singleQuote: true.

Install and use

  1. Install this package using npm
npm i --save-dev @henningkerstan/prettier-config
  1. Modify package.json and add line
"prettier": "@henningkerstan/prettier-config"

License

Copyright 2021 Henning Kerstan

SPDX-License-Identifier: Apache-2.0

1.0.1

2 years ago

1.0.0

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago