Skip to content

Commit 02c21a5

Browse files
chore: release eslint-plugin-prettier (#653)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f170011 commit 02c21a5

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

.changeset/rich-swans-itch.md

-5
This file was deleted.

CHANGELOG.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 5.2.0
4+
5+
### Minor Changes
6+
7+
- [#652](https://github.com/prettier/eslint-plugin-prettier/pull/652) [`f170011`](https://github.com/prettier/eslint-plugin-prettier/commit/f1700110b4c50f43bbda8dba51ce9e22248939fa) Thanks [@Logicer16](https://github.com/Logicer16)! - feat: support parsing `html` via `@html-eslint/parser` natively
8+
39
## 5.1.3
410

511
### Patch Changes
@@ -21,12 +27,12 @@
2127
```json5
2228
[
2329
{
24-
files: ['**/*.md'],
25-
rules: { 'prettier/prettier': ['error', { parser: 'markdown' }] },
30+
files: ["**/*.md"],
31+
rules: { "prettier/prettier": ["error", { parser: "markdown" }] },
2632
},
2733
{
28-
files: ['**/*.mdx'],
29-
rules: { 'prettier/prettier': ['error', { parser: 'mdx' }] },
34+
files: ["**/*.mdx"],
35+
rules: { "prettier/prettier": ["error", { parser: "mdx" }] },
3036
},
3137
]
3238
```
@@ -47,7 +53,7 @@
4753

4854
```js
4955
// eslint.config.js
50-
const eslintPluginPrettierRecommended = require('eslint-plugin-prettier/recommended');
56+
const eslintPluginPrettierRecommended = require("eslint-plugin-prettier/recommended");
5157

5258
module.exports = [
5359
// Any other config imports go at the top

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-prettier",
3-
"version": "5.1.3",
3+
"version": "5.2.0",
44
"description": "Runs prettier as an eslint rule",
55
"repository": "git+https://github.com/prettier/eslint-plugin-prettier.git",
66
"homepage": "https://github.com/prettier/eslint-plugin-prettier#readme",

0 commit comments

Comments
 (0)