Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abelflopes/prettier-config-pro

Professional grade prettier configuration
https://github.com/abelflopes/prettier-config-pro

code-quality config eslint javascript library lint prettier prettier-config react standard typescript

Last synced: about 2 months ago
JSON representation

Professional grade prettier configuration

Awesome Lists containing this project

README

        

# Prettier Config Pro


Professional grade prettier configuration


## Installation

You can install this config via npm or yarn:

```bash
npm install @abelflopes/prettier-config-pro --save-dev
# or
yarn add @abelflopes/prettier-config-pro --dev
```

## Usage

To use this configuration in your project, create a Prettier configuration file
(e.g., .prettierrc.js) and extend `@abelflopes/prettier-config-pro`:

```js
// .prettierrc.js
const config = require("@abelflopes/prettier-config-pro");

module.exports = config;
```

## Contributing

If you encounter any issues with this ESLint configuration or have suggestions for improvements,
please visit the GitHub repository and open an issue or pull request.
Check also the [development](./docs/DEVELOPMENT.md) docs.