@openmind-sw/prettier-config
v1.0.1
Published
Openmind-SW prettier config
Downloads
38
Readme
Usage
Install via npm i --save-dev @openmind-sw/prettier-config
Add the following to the project's .prettierrc.js
:
import prettierrc from '@openmind-sw/prettier-config';
export default {
...prettierrc,
};