2.0.0 • Published 11 months ago

@mizdra/prettier-config-mizdra v2.0.0

Weekly downloads
159
License
MIT
Repository
github
Last release
11 months ago

@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,
};
2.0.0

11 months ago

1.0.0

4 years ago

0.4.0

4 years ago

0.3.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago