Skip to content

Latest commit

 

History

History
96 lines (58 loc) · 1.82 KB

File metadata and controls

96 lines (58 loc) · 1.82 KB


@phi.school/prettier-config

A Prettier configuration to enforce phi school's code style preferences.

Changelog · Report Bug · Request Feature

NPM Package Badge


Table of Contents

Installation

pnpm i -D @phi.school/prettier-config

Back to Top Badge

Usage

Extend this package in your local prettier config or package.json:

Prettier config:

// .prettierrc.json
"@phi.school/prettier-config"

package.json:

{
  "prettier": "@phi.school/prettier-config"
}

Back to Top Badge

Contributing

We welcome contributions! For a detailed guide on how to contribute, please refer to the Contributing section in the main README of the repository.

Back to Top Badge

License

Released under the MIT License. © 2023-Present phi school

Back to Top Badge