📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

prettier-config-carbon

Package Overview
Dependencies
Maintainers
3
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prettier-config-carbon

Prettier config for the Carbon Design System

0.11.0
next
latest
Source
npm
Version published
Weekly downloads
1.2K
13.38%
Maintainers
3
Weekly downloads
 
Created
Source

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.

Keywords

ibm

FAQs

Package last updated on 08 Jun 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts