@nuvolo/prettier-config

Prettier configuration for Nuvolo

Usage no npm install needed!

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

README

prettier-config

The standard Prettier configuration for the Nuvolo development environment.

Installation

npm i -D @nuvolo/prettier-config

Usage

//.prettierrc.js
module.exports = {
  ...require('@nuvolo/prettier-config')  
}