0.3.0 • Published 1 year ago

@salimabsi/prettier-config v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.1.1

3 years ago

0.1.0

3 years ago