@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}\""
        // ...
    }
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    1

Package Sidebar

Install

npm i @forcir/prettier-config

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

3.11 kB

Total Files

4

Last publish

Collaborators

  • forcirbot
  • austinpaquette