@brocorplabs/config
v0.1.1
Published
Optimized configurational defaults for Developer Environments
Downloads
29
Readme
BroCorp
Prettier config
Add a
.prettierrc.jsfile in the repo you're working onAdd the following content to the file
module.exports = require('@brocorplabs/config/prettier.config');Configure VSCode to use the prettier in your directory (happens by default, just be sure to use prettier)
???
Profit!
