2.0.0 • Published 3 years ago

@soyhuce/prettier-config v2.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

@soyhuce/prettier-config

Prettier shareable config for code style.

Installation

pnpm add -D @soyhuce/prettier-config

# with Prettier
pnpm add -D prettier @soyhuce/prettier-config

Usage

In order to use this config, choose the one you want and add this configuration to your package.json:

{
+  "prettier": "@soyhuce/prettier-config"
}

Or add a .prettierrc.js file to your project root containing:

module.exports = {
+  ...require('@soyhuce/prettier-config')
}

License

MIT

2.0.0

3 years ago

1.6.0

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.1.0

3 years ago

0.0.1

3 years ago