Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/Built%20with%20%E2%9D%A4%EF%B8%8F-at%20Technologiestiftung%20Berlin-blue)

[![All Contributors](https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square)](#contributors-)

# Prettier Config for @technologiestiftung

This is a sharable prettier config for the @technologiestiftung organization.

## Prerequisites

- Node.js
- prettier

## Installation

```bash
npm install @technologiestiftung/prettier-config --save-dev
```

## Usage

In your `prettier.config.js` file, add the following:

```javascript
import technologiestiftung from "@technologiestiftung/prettier-config";

export default {
...technologiestiftung,
// your rules here
};
```

## Development

Edit the `index.js` file.

## Tests

npm run test

## Contributing

Before you create a pull request, write an issue so we can discuss your changes.

## Contributors

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):


This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

## Credits



Made by








A project by








Supported by







## Related Projects

- [eslint-config](https://github.com/technologiestiftung/eslint-config) - Sharable eslint config for the @technologiestiftung organization