prettier-config-rschristian

0.1.1 • Public • Published

prettier-config-rschristian

My personal Prettier config.

Install

$ yarn add prettier prettier-config-rschristian

Usage

In your package.json file:

{
  "name": "example-application",
  "version": "1.0.0",
  "prettier": "prettier-config-rschristian"
}

Or if you want to extend it, add the following in your .prettierrc.js file:

module.exports = {
  ...require("prettier-config-rschristian"),
  singleQuote: true,
};

License

MIT © Ryan Christian

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    10
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    10
  • 0.1.0
    1

Package Sidebar

Install

npm i prettier-config-rschristian

Weekly Downloads

11

Version

0.1.1

License

MIT

Unpacked Size

2.86 kB

Total Files

5

Last publish

Collaborators

  • rschristian