@forcir/prettier-config

1.0.2 • Public • Published

Forcir Prettier Config Logo

Shared configuration for a consistent experience using Prettier.

Install

pnpm add -DE prettier @forcir/prettier-config
yarn add -DE prettier @forcir/prettier-config
npm install -DE prettier @forcir/prettier-config

Basic Usage

package.json (recommended)

{
    // ...
    "prettier": "@forcir/prettier-config",
    // ...
    "scripts": {
        // ...
        "format": "prettier --check \"**/*.{cjs,js,json,md,ts,tsx}\"",
        "format:fix": "prettier --write \"**/*.{cjs,js,json,md,ts,tsx}\""
        // ...
    }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @forcir/prettier-config

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

3.11 kB

Total Files

4

Last publish

Collaborators

  • forcirbot
  • austinpaquette