Skip to content

abelflopes/prettier-config-pro

Repository files navigation

Prettier Config Pro


Professional grade prettier configuration


Installation

You can install this config via npm or yarn:

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:

// .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.