1.1.0 • Published 2 years ago

@teamlunaris/prettier-config v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Team Lunaris Prettier config

Basic configuration for the Prettier code formatter we use here at Team Lunaris. 🧑‍💻

Requirements

This package is for the Prettier code formatter. It can be installed in most modern text editors such as VSCode or Atom.

More information about the project can be found here.

Usage

To install the package, run the following in your command line:

# Using npm

$ npm install -D @teamlunaris/prettier-config
# Using PNPM

$ pnpm add -D @teamlunaris/prettier-config

To set Prettier to use this config, add the following to your package.json:

{
  // ...
  "prettier": "@teamlunaris/prettier-config",
  // ...
}
1.1.0

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago