@saashub/qoq-prettier
v2.0.1
Published
 [](https://codecov.io/gh/saashub-it/qoq/flags/p
Readme
@saashub/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 @saashub/qoq-prettierUsage
You can simply put "@saashub/qoq-prettier" in Your .prettierrc file. or use it as a template:
For CommonJS
const config = require('@saashub/qoq-prettier/config');
module.exports = {
...config,
};For ESM
import config from '@saashub/qoq-prettier/config';
export default {
...config,
};Last but not least
Feel free to join us, please read General Contributing Guidelines
