0.1.0 • Published 3 years ago

@rocketds/prettier-config v0.1.0

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
3 years ago

@rocketds/prettier-config

Prettier config for the Rocket Design System

Getting started

npm install -S @rocketds/prettier-config

or

yarn add @rocketds/prettier-config

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('@rocketds/prettier-config');
module.exports = prettierConfig;