0.3.0 • Published 10 months ago

@salimabsi/prettier-config v0.3.0

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

 

Basic Usage

Add the following line to your package.json file:

{
  "prettier": "@salimabsi/prettier-config"
}

Configuration Overrides

To override configurations, include the following code in your .prettierrc.js file:

module.exports = {
  ...require('@salimabsi/prettier-config'),
  printWidth: 120,
}
0.3.0

10 months ago

0.1.1

2 years ago

0.1.0

2 years ago