@ladamczyk/qoq-prettier
v4.3.5
Published
 [](https://codecov.io/gh/ladamczyk-it/qoq/f
Downloads
1,926
Readme
@ladamczyk/qoq-prettier
Rationale
Tired of setting up Prettier from scratch for every new project? We created a base template to make the process easier.
Install
npm install @ladamczyk/qoq-prettierUsage
You can simply put "@ladamczyk/qoq-prettier" in Your .prettierrc file. or use it as a template:
For CommonJS
const config = require('@ladamczyk/qoq-prettier/config');
module.exports = {
...config,
};For ESM
import config from '@ladamczyk/qoq-prettier/config';
export default {
...config,
};Last but not least
Feel free to join us, please read General Contributing Guidelines
