1.0.0 • Published 7 months ago

@abelflopes/prettier-config-pro v1.0.0

Weekly downloads
-
License
-
Repository
github
Last release
7 months ago

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.