Socket
Book a DemoInstallSign in
Socket

@abelflopes/prettier-config-pro

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@abelflopes/prettier-config-pro

Professional grade prettier configuration

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

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.

Keywords

prettier

FAQs

Package last updated on 27 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts