1.1.0 • Published 2 years ago

prettier-config-alexpagnotta v1.1.0

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

Alex Pagnotta's Prettier Config

Prettier configuration for all my personal projects.

Installation

To install it on your project, you can simply run npm install --save-dev prettier-config-alexpagnotta. Once installed you can just import it in your .prettierrc.js file:

module.exports = {
  ...require("prettier-config-alexpagnotta"),
};
1.1.0

2 years ago

1.0.0

2 years ago