prettier-config-xld
v1.0.2
Published
Prettier config ready to be used in xlite-dev projects
Downloads
2
Readme
prettier-config-xld
Installation
npm i prettier-config-xld -D
Usage
Add the config to your .prettierrc
:
extends prettier-config-xld
or .prettierrc.js
:
module.exports = require( 'prettier-config-xld' );