0.3.4 • Published 8 months ago

@fenge/prettier-config v0.3.4

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

@fenge/prettier-config

npm.io npm.io npm.io npm.io PRs Welcome

An elegant prettier shareable config.

Features

Usage

Install

npm i -D prettier @fenge/prettier-config

Config prettier.config.js

export { default } from "@fenge/prettier-config";

Customize

import config from "@fenge/prettier-config";

export default {
  ...config,
  // Add your own configs below
  semi: true,
  singleQuote: true,
};

Config package.json

{
  "scripts": {
    "format": "prettier -c .",
    "format:write": "prettier -c -w ."
  }
}

License

MIT

0.1.3-beta.1

1 year ago

0.1.3-beta.0

1 year ago

0.3.0

10 months ago

0.2.1

11 months ago

0.1.2

1 year ago

0.2.0

1 year ago

0.1.1

1 year ago

0.3.2

8 months ago

0.1.4

1 year ago

0.3.1

9 months ago

0.2.2

11 months ago

0.1.3

1 year ago

0.3.4

8 months ago

0.3.3

8 months ago

0.1.0

1 year ago

0.1.0-beta.0

1 year ago