@blacklusion/prettier-config

1.0.7 • Public • Published

prettier-config

Prettier config for blacklusion typescript and javascript projects

How to use

Add @blacklusion/prettier-config to your project's devDependencies and add the following to your package.json:

"prettier": "@blacklusion/prettier-config"

Alternatively you can also add the following to your .prettierrc.js

module.exports = {
    ...require('@blacklusion/prettier-config'),
    // your overrides here
} 

Package Sidebar

Install

npm i @blacklusion/prettier-config

Weekly Downloads

6

Version

1.0.7

License

MIT

Unpacked Size

2.25 kB

Total Files

4

Last publish

Collaborators

  • geremirm_blacklusion
  • leonardofficial