prettier-v1-config

1.0.1 • Public • Published

prettier-v1-config

Use this shared configuration file if you need to update to prettier@2, but would like to continue use prettier@1 configuration

How to use this configuration

  • Add prettier-v1-config as devDependency
    • if using yarn, run yarn add -D prettier-v1-config
    • if using npm, run npm install --dev prettier-v1-config
  • reference it in package.json for example:
    {
      "name": "my-cool-library",
      "version": "9000.0.1",
      "prettier": "prettier-v1-config"
    }
    
  • any of the supported extensions can be used to export a string, e.g. .prettierrc.json:
    "prettier-v1-config"
    

Readme

Keywords

none

Package Sidebar

Install

npm i prettier-v1-config

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

2.25 kB

Total Files

4

Last publish

Collaborators

  • trivikr