---
title: "Prettier Config Conflict Resolver"
description: "Detects and resolves conflicts between Prettier, ESLint, and EditorConfig formatting rules using the Prettier resolveConfig API and eslint-config-prettier compatibility checker."
verification: "security_reviewed"
source: "https://github.com/prettier/prettier"
author: "Prettier"
category:
  - "Code Quality & Review"
framework:
  - "Gemini"
tool_ecosystem:
  github_repo: "prettier/prettier"
  github_stars: 51820
  npm_package: "prettier"
  npm_weekly_downloads: 90506007
---

# Prettier Config Conflict Resolver

Detects and resolves conflicts between Prettier, ESLint, and EditorConfig formatting rules using the Prettier resolveConfig API and eslint-config-prettier compatibility checker.

## Installation

Choose whichever fits your setup:

1. Copy this skill folder into your local skills directory.
2. Clone the repo and symlink or copy the skill into your agent workspace.
3. Add the repo as a git submodule if you manage shared skills centrally.
4. Install it through your internal provisioning or packaging workflow.
5. Download the folder directly from GitHub and place it in your skills collection.

Install command or upstream instructions:

```
npm install --save-dev --save-exact prettier
```

## Documentation

- https://prettier.io/docs/

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/prettier-config-conflict-resolver/)
