From baab9448a15109e7892cb0c2ba00a1e0fdbc4b7f Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Thu, 3 Aug 2023 08:42:54 +0200 Subject: [PATCH] eslint-config-prettier v8.10.0 --- CHANGELOG.md | 5 +++++ package-real.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0da676e..8c18809 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### Version 8.10.0 (2023-08-03) + +- Added: [max-statements-per-line]. Thanks to @Zamiell! + ### Version 8.9.0 (2023-07-27) - Added: [vue/array-element-newline]. Thanks to @xcatliu! @@ -480,6 +484,7 @@ [linebreak-style]: https://eslint.org/docs/rules/linebreak-style [lines-around-comment-special]: https://github.com/prettier/eslint-config-prettier/blob/5399175c37466747aae9d407021dffec2c169c8b/README.md#lines-around-comment [lines-around-comment]: https://eslint.org/docs/rules/lines-around-comment +[max-statements-per-line]: https://eslint.org/docs/latest/rules/max-statements-per-line [no-confusing-arrow-special]: https://github.com/prettier/eslint-config-prettier/blob/08ac5bcc25c9cdc71864b4a1e4191e7d28dd2bc2/README.md#no-confusing-arrow [no-confusing-arrow]: https://eslint.org/docs/rules/no-confusing-arrow [no-floating-decimal]: https://eslint.org/docs/rules/no-floating-decimal diff --git a/package-real.json b/package-real.json index cb8ffb2..5ca2ae2 100644 --- a/package-real.json +++ b/package-real.json @@ -1,6 +1,6 @@ { "name": "eslint-config-prettier", - "version": "8.9.0", + "version": "8.10.0", "license": "MIT", "author": "Simon Lydell", "description": "Turns off all rules that are unnecessary or might conflict with Prettier.",