0.6.0 • Published 8 months ago

@m-social/prettier-config-react v0.6.0

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

@m-social/prettier-config-react

Prettier config used at M-Social

Installation

Install the package via pnpm (or use any other package manager):

pnpm i -D @m-social/prettier-config-react

Also don't forget to install prettier peer dependency

Usage

There are 3 ways of using this config:

  • add "prettier": "@m-social/prettier-config-react" to your package.json (recommended)
  • create .prettierrc.json file with "@m-social/prettier-config-react" string in it
  • create .prettierrc.mjs and re-export @m-social/prettier-config-react from it:

    import config from "@m-social/prettier-config-react";
    
    export default config;

Find more info about using Prettier config here.

0.6.0

8 months ago

0.5.0

9 months ago

0.4.0

9 months ago