File tree 3 files changed +12
-11
lines changed
3 files changed +12
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
9
## 5.1.3
4
10
5
11
### Patch Changes
21
27
``` json5
22
28
[
23
29
{
24
- files: [' **/*.md' ],
25
- rules: { ' prettier/prettier' : [' error' , { parser: ' markdown' }] },
30
+ files: [" **/*.md" ],
31
+ rules: { " prettier/prettier" : [" error" , { parser: " markdown" }] },
26
32
},
27
33
{
28
- files: [' **/*.mdx' ],
29
- rules: { ' prettier/prettier' : [' error' , { parser: ' mdx' }] },
34
+ files: [" **/*.mdx" ],
35
+ rules: { " prettier/prettier" : [" error" , { parser: " mdx" }] },
30
36
},
31
37
]
32
38
```
47
53
48
54
``` js
49
55
// eslint.config.js
50
- const eslintPluginPrettierRecommended = require (' eslint-plugin-prettier/recommended' );
56
+ const eslintPluginPrettierRecommended = require (" eslint-plugin-prettier/recommended" );
51
57
52
58
module .exports = [
53
59
// Any other config imports go at the top
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-prettier" ,
3
- "version" : " 5.1.3 " ,
3
+ "version" : " 5.2.0 " ,
4
4
"description" : " Runs prettier as an eslint rule" ,
5
5
"repository" : " git+https://github.com/prettier/eslint-plugin-prettier.git" ,
6
6
"homepage" : " https://github.com/prettier/eslint-plugin-prettier#readme" ,
You can’t perform that action at this time.
0 commit comments