1.0.0 • Published 2 years ago

prettier-config-cs3marketing v1.0.0

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

prettier-config-cs3marketing

Prettier config for CS3 Marketing

Getting started

To install prettier-config-cs3marketing in your project, you will need to run the following command using npm:

npm install prettier-config-cs3marketing

If you prefer Yarn, use the following command instead:

yarn add prettier-config-cs3marketing

Usage

You can use this prettier configuration by creating a prettier.config.js file in the root of project and using this package in the following way:

const prettierConfig = require("prettier-config-cs3marketing");
module.exports = prettierConfig;

📝 License

Licensed under the MIT.