@nix6839/prettier-config
TypeScript icon, indicating that this package has built-in type declarations

2.2.0 • Public • Published

@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.

Dependencies (0)

    Dev Dependencies (4)

    Package Sidebar

    Install

    npm i @nix6839/prettier-config

    Weekly Downloads

    6

    Version

    2.2.0

    License

    MIT

    Unpacked Size

    4.57 kB

    Total Files

    5

    Last publish

    Collaborators

    • nix6839