Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/technologiestiftung/prettier-config
https://github.com/technologiestiftung/prettier-config
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/technologiestiftung/prettier-config
- Owner: technologiestiftung
- License: mit
- Created: 2024-03-15T12:25:43.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-11T04:42:13.000Z (4 months ago)
- Last Synced: 2024-09-11T11:20:45.586Z (4 months ago)
- Language: JavaScript
- Size: 130 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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