2.0.0 • Published 2 years ago

@richex/prettier-config v2.0.0

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

@richex/prettier-config

A Prettier config for anyone.

Usage

$ cd path/to/your-project/
$ npm i -D @richex/prettier-config

And update the prettier configuration file (e.g. .prettierrc.js) in your project:

/** @type {import('prettier').Options} */
module.exports = {
  ...require("@richex/prettier-config"),
}

.editorconfig

There is also an editorconfig configuration file that you can download to your project when you need it:

$ cd path/to/your-project/
$ wget https://raw.githubusercontent.com/richex-cn/prettier-config/main/.editorconfig
2.0.0

2 years ago

1.0.2

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago