This package has been deprecated

Author message:

This package is renamed. Please use @mizdra/prettier-config-mizdra.

@mizdra/prettier-config

0.1.0 • Public • Published

@mizdra/prettier-config

Shareable Prettier Config for @mizdra

Install

yarn add -D @mizdra/prettier-config prettier

Usage

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

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

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

"@mizdra/prettier-config"

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

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

How to release (for Contributor)

$ # Wait for passing CI...
$ git switch master
$ git pull
$ yarn version
$ npm run build
$ npm publish
$ git push --follow-tags

Package Sidebar

Install

npm i @mizdra/prettier-config

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

4.46 kB

Total Files

4

Last publish

Collaborators

  • mizdra