File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change
1
+ ### Version 8.10.0 (2023-08-03)
2
+
3
+ - Added: [ max-statements-per-line] . Thanks to @Zamiell !
4
+
1
5
### Version 8.9.0 (2023-07-27)
2
6
3
7
- Added: [ vue/array-element-newline] . Thanks to @xcatliu !
480
484
[ linebreak-style ] : https://eslint.org/docs/rules/linebreak-style
481
485
[ lines-around-comment-special ] : https://github.com/prettier/eslint-config-prettier/blob/5399175c37466747aae9d407021dffec2c169c8b/README.md#lines-around-comment
482
486
[ lines-around-comment ] : https://eslint.org/docs/rules/lines-around-comment
487
+ [ max-statements-per-line ] : https://eslint.org/docs/latest/rules/max-statements-per-line
483
488
[ no-confusing-arrow-special ] : https://github.com/prettier/eslint-config-prettier/blob/08ac5bcc25c9cdc71864b4a1e4191e7d28dd2bc2/README.md#no-confusing-arrow
484
489
[ no-confusing-arrow ] : https://eslint.org/docs/rules/no-confusing-arrow
485
490
[ no-floating-decimal ] : https://eslint.org/docs/rules/no-floating-decimal
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-prettier" ,
3
- "version" : " 8.9 .0" ,
3
+ "version" : " 8.10 .0" ,
4
4
"license" : " MIT" ,
5
5
"author" : " Simon Lydell" ,
6
6
"description" : " Turns off all rules that are unnecessary or might conflict with Prettier." ,
You can’t perform that action at this time.
0 commit comments