Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nordcominc/prettier

Prettier code formatting config for all of our projects
https://github.com/nordcominc/prettier

nordcom prettier prettier-config

Last synced: about 1 month ago
JSON representation

Prettier code formatting config for all of our projects

Awesome Lists containing this project

README

        

# @nordcom/prettier

[![License](https://img.shields.io/github/license/NordcomInc/prettier.svg)](https://github.com/NordcomInc/prettier/blob/master/LICENSE) [![npm](https://img.shields.io/npm/dt/@nordcom/prettier.svg)](https://www.npmjs.com/package/@nordcom/prettier)

[Prettier](https://prettier.io/docs/en/configuration.html) code formatting config for all of our projects here at [Nordcom Group Inc.](https://nordcom.io), PRs welcome.

## Install

```sh
npm install --save-dev @nordcom/prettier
```

## Usage

Reference `@nordcom/prettier` in your `package.json`:

```json
{
"prettier": "@nordcom/prettier"
}
```