2.2.0 • Published 1 year ago

@nix6839/prettier-config v2.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

2.1.0

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago