@lego/prettier-config
Opinionated Prettier configuration.
Usage
To install this config use the following command
$ npm i -D @lego/prettier-config
Then add below line as prettier.config.js
or .prettierrc.js
to the project:
moduleexports = ;
or if you want to extend it with your own rules
moduleexports = ... singleQuote: false;