@technologiestiftung/prettier-config
v1.0.0
Published
Shared prettier configuration for Technologiestiftung Berlin
Keywords
Readme
Prettier Config for @technologiestiftung
This is a sharable prettier config for the @technologiestiftung organization.
Prerequisites
- Node.js
- prettier
Installation
npm install @technologiestiftung/prettier-config --save-devUsage
In your prettier.config.js file, add the following:
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):
This project follows the all-contributors specification. Contributions of any kind welcome!
Credits
Related Projects
- eslint-config - Sharable eslint config for the @technologiestiftung organization
