Skip to content

technologiestiftung/prettier-config

Repository files navigation

All Contributors

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-dev

Usage

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

Made by

A project by

Supported by

Related Projects

  • eslint-config - Sharable eslint config for the @technologiestiftung organization