README
Install with this:
yarn add --dev @coder/prettier-config
Then add the following to your package.json:
{
"prettier": "@coder/prettier-config"
}
Prettier config for Coder projects
<script type="module">
import coderPrettierConfig from 'https://cdn.skypack.dev/@coder/prettier-config';
</script>
Install with this:
yarn add --dev @coder/prettier-config
Then add the following to your package.json:
{
"prettier": "@coder/prettier-config"
}