prettier-config-cs3marketing
v1.0.0
Published
Prettier shareable config for CS3 Marketing
Readme
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-cs3marketingIf you prefer Yarn, use the following command instead:
yarn add prettier-config-cs3marketingUsage
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.
