0.1.1 • Published 3 years ago

prettier-config-www v0.1.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

prettier-config-carbon

Prettier config for the Carbon Design System

Getting started

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

npm install -S prettier-config-carbon

If you prefer Yarn, use the following command instead:

yarn add prettier-config-carbon

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:

'use strict';

const prettierConfig = require('prettier-config-carbon');
module.exports = prettierConfig;

🙌 Contributing

We're always looking for contributors to help us fix bugs, build new features, or help us improve the project documentation. If you're interested, definitely check out our Contributing Guide! 👀

📝 License

Licensed under the Apache 2.0 License.