0.0.1 • Published 12 months ago

@noroff/prettier-config v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

@noroff/prettier-config

Collection of Prettier configurations.

Installation

npm install -D @noroff/prettier-config

Usage

Using .prettierrc.js

module.exports = {
  extends: ["@noroff/prettier-config"]
}

Using .prettierrc.json

{
  "extends": ["@noroff/prettier-config"]
}
0.0.1

12 months ago