Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nordcominc/prettier
- Owner: NordcomInc
- License: mit
- Created: 2023-08-16T01:33:49.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-14T07:42:21.000Z (6 months ago)
- Last Synced: 2024-05-14T08:48:20.224Z (6 months ago)
- Topics: nordcom, prettier, prettier-config
- Size: 13.7 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
}
```