@personio/prettier-config

This is an internal project used for sharing common prettier rules across all the front-end packages at Personio.

Usage no npm install needed!

<script type="module">
  import personioPrettierConfig from 'https://cdn.skypack.dev/@personio/prettier-config';
</script>

README

Personio - Prettier Config

Description

This is an internal project used for sharing common prettier rules across all the front-end packages at Personio.

Installation

In your front-end package, run:

yarn add @personio/prettier-config -D

Now open your package.json file and place the content:

{
  "prettier": "@personio/prettier-config"
}