@vizzu/prettier-config

0.1.0 • Public • Published

Vizzu Shared Prettier config

This package contains the shared Prettier configuration for the Vizzu project.

Table of Contents

Installation

To use the shared Prettier configuration in your project, follow these steps:

Install the required packages as development dependencies:

   npm install --save-dev @vizzu/prettier-config

Usage

Use simple in package.json

{
  "name": "package-name",
  "version": "9000.0.1",
  "prettier": "@vizzu/prettier-config"
  ...
}

Create a Prettier configuration file (e.g., .prettierrc.js) in your project root and extend the shared configuration:

module.exports = {
	...require('@vizzu/prettier-config')
	// Your project-specific Prettier configurations here
}

Readme

Keywords

none

Package Sidebar

Install

npm i @vizzu/prettier-config

Weekly Downloads

22

Version

0.1.0

License

none

Unpacked Size

1.18 kB

Total Files

3

Last publish

Collaborators

  • dovicsin
  • veghdev
  • laszlosimon