0.1.0 • Published 5 years ago
@rocketds/prettier-config v0.1.0
@rocketds/prettier-config
Prettier config for the Rocket Design System
Getting started
npm install -S @rocketds/prettier-configor
yarn add @rocketds/prettier-configUsage
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;0.1.0
5 years ago