@abelflopes/prettier-config-pro
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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.

Package Sidebar

Install

npm i @abelflopes/prettier-config-pro

Weekly Downloads

15

Version

1.0.0

License

none

Unpacked Size

3.22 kB

Total Files

4

Last publish

Collaborators

  • abelflopes