1.0.0 • Published 2 years ago

@actinc/prettier-config v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

id: prettier-config

sidebar_position: 3

@actinc/prettier-config

A common set of prettier configuration values to be used by ACT projects.

Installation

npm install --save-dev @actinc/prettier-config

Usage

Add this to your package.json file

"prettier": "@actinc/prettier-config",

OR

If you need more fine grained control

echo "module.exports = module.exports = {...require('@actinc/prettier-config')};" > .prettierrc.js
1.0.0

2 years ago