2.2.0 • Published 2 months ago

@nix6839/prettier-config v2.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

@nix6839/prettier-config

CI NPM Version

Han Yeong-woo's extensible shared Prettier config

Usage

1. Install prettier and this package

npm i -D @nix6839/prettier-config prettier

2. Add "@nix6839/prettier-config" to your .prettierrc

What is overridden

{
	singleQuote: true, // You don't have to press Shift.
	useTabs: true, // Accessibility first
	experimentalTernaries: true, // See: https://prettier.io/blog/2023/11/13/curious-ternaries
}

For accessibility of useTabs, see the following Reddit post.

2.2.0

2 months ago

2.1.0

5 months ago

2.0.2

9 months ago

2.0.1

9 months ago

2.0.0

9 months ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago