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')
}
Prettier configuration for Nuvolo
<script type="module">
import nuvoloPrettierConfig from 'https://cdn.skypack.dev/@nuvolo/prettier-config';
</script>
The standard Prettier configuration for the Nuvolo development environment.
npm i -D @nuvolo/prettier-config
//.prettierrc.js
module.exports = {
...require('@nuvolo/prettier-config')
}