2.0.0 • Published 12 months ago

@richex/prettier-config v2.0.0

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

12 months ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago