Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 789 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 789 Bytes

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.