Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cityssm/prettier-config-cityssm

Prettier configuration for the City of Sault Ste. Marie's projects.
https://github.com/cityssm/prettier-config-cityssm

prettier prettier-config

Last synced: 27 days ago
JSON representation

Prettier configuration for the City of Sault Ste. Marie's projects.

Awesome Lists containing this project

README

        

# prettier-config-cityssm

[![DeepSource](https://app.deepsource.com/gh/cityssm/prettier-config-cityssm.svg/?label=active+issues&show_trend=true&token=N2jdPtRn9pdwAE_C0m_ShhJC)](https://app.deepsource.com/gh/cityssm/prettier-config-cityssm/)
[![Maintainability](https://api.codeclimate.com/v1/badges/604201c4be54b913d959/maintainability)](https://codeclimate.com/github/cityssm/prettier-config-cityssm/maintainability)

![Prettier Banner](banner.png)

[Prettier](https://prettier.io/) configuration for the City of Sault Ste. Marie's projects.

## How to Use

```sh
npm install --save-dev prettier-config-cityssm
```

In the project's `prettier.config.js` file.

```javascript
export { default } from 'prettier-config-cityssm'
```

## Related Projects

**[eslint-config-cityssm](https://github.com/cityssm/eslint-config-cityssm)**

ESLint rules used in the City of Sault Ste. Marie's TypeScript projects.