1.0.0 • Published 4 years ago

@bradypp/prettier-config v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

project-config

Installation

Install Prettier

```bash
npm i -D @bradypp/prettier-config prettier
```

Create config file:

  • Create a prettier.config.js file

    • Base config:
    module.exports = require("@bradypp/prettier-config");
1.0.0

4 years ago