Skip to content

Commit baab944

Browse files
committed
eslint-config-prettier v8.10.0
1 parent 552483b commit baab944

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### Version 8.10.0 (2023-08-03)
2+
3+
- Added: [max-statements-per-line]. Thanks to @Zamiell!
4+
15
### Version 8.9.0 (2023-07-27)
26

37
- Added: [vue/array-element-newline]. Thanks to @xcatliu!
@@ -480,6 +484,7 @@
480484
[linebreak-style]: https://eslint.org/docs/rules/linebreak-style
481485
[lines-around-comment-special]: https://github.com/prettier/eslint-config-prettier/blob/5399175c37466747aae9d407021dffec2c169c8b/README.md#lines-around-comment
482486
[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
483488
[no-confusing-arrow-special]: https://github.com/prettier/eslint-config-prettier/blob/08ac5bcc25c9cdc71864b4a1e4191e7d28dd2bc2/README.md#no-confusing-arrow
484489
[no-confusing-arrow]: https://eslint.org/docs/rules/no-confusing-arrow
485490
[no-floating-decimal]: https://eslint.org/docs/rules/no-floating-decimal

package-real.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-prettier",
3-
"version": "8.9.0",
3+
"version": "8.10.0",
44
"license": "MIT",
55
"author": "Simon Lydell",
66
"description": "Turns off all rules that are unnecessary or might conflict with Prettier.",

0 commit comments

Comments
 (0)