0.0.2 • Published 4 months ago

@yourmajestyco/prettier-config v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Shareable Prettier config

Quick start

$ yarn add -D @yourmajestyco/prettier-config

or

$ npm install @yourmajestyco/prettier-config -D

Add to your package.json:

{
    "name": "app",
    "version": "1.33.7",
    "prettier": "@yourmajestyco/prettier-config"
}

or .prettierrc.js:

module.exports = {
    ...require('@yourmajestyco/prettier-config'),
    // override
    semi: false
};