File tree Expand file tree Collapse file tree 3 files changed +12
-11
lines changed Expand file tree Collapse file tree 3 files changed +12
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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
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 ```
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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments