Skip to content

A globally standardized Prettier configuration that can be used with different projects.

License

Notifications You must be signed in to change notification settings

porsche-design-system/prettier-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Porsche Design System - Prettier Config

A globally standardized Prettier configuration that can be used with different projects.

Using the Prettier Config

Installation

Run the following command using npm:

npm install @porsche-design-system/prettier-config --save-dev

If you prefer Yarn, use the following command instead:

yarn add @porsche-design-system/prettier-config --dev

Usage

Requires that Prettier is already set up.

  1. Edit prettier.config.js:
module.exports = {
  // ...
  ...require('@porsche-design-system/prettier-config')
};

License

  • MIT

About

A globally standardized Prettier configuration that can be used with different projects.

Resources

License

Stars

Watchers

Forks

Packages

No packages published