@henningkerstan/prettier-config

1.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @henningkerstan/prettier-config

Weekly Downloads

0

Version

1.0.1

License

Apache-2.0

Unpacked Size

12.6 kB

Total Files

4

Last publish

Collaborators

  • henningkerstan