1.0.1 • Published 8 months ago

prettier-config-smarthr v1.0.1

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

prettier-config-smarthr

A sharable prettier config for SmartHR.

Install

yarn add --dev prettier-config-smarthr

How to use

Edit package.json

{
  // ...
  "prettier": "prettier-config-smarthr"
}

how to extend

Create .prettierrc.js , import the file in a .prettierrc.js file and export the modifications.

module.exports = {
  ...require("prettier-config-smarthr"),
  "arrowParens": "avoid",
};
1.0.1

8 months ago

1.0.0

5 years ago

0.1.0

5 years ago