1.0.2 • Published 9 months ago

@forcir/prettier-config v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

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

9 months ago

1.0.1

9 months ago

1.0.0

10 months ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago