@mizdra/prettier-config-mizdra

2.0.0 • Public • Published

@mizdra/prettier-config-mizdra

Shareable Prettier Config for @mizdra

Install

pnpm add -D @mizdra/prettier-config-mizdra prettier

Usage

If you have written the prettier configuration in package.json:

{
  "name": "your-app",
  "version": "0.0.1",
  "prettier": "@mizdra/prettier-config-mizdra"
}

If you have written the prettier configuration in .prettierrc.json:

"@mizdra/prettier-config-mizdra"

If you have written the prettier configuration in .prettierrc.js:

module.exports = {
  ...require('@mizdra/prettier-config-mizdra'),
  // You can override the options of a shared prettier
  // configuration in `.prettierrc.js`
  semi: false,
};

Package Sidebar

Install

npm i @mizdra/prettier-config-mizdra

Weekly Downloads

169

Version

2.0.0

License

MIT

Unpacked Size

4.64 kB

Total Files

4

Last publish

Collaborators

  • mizdra