From aa1aa345068994705365671a76ec17b4dad00554 Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Thu, 27 Jul 2023 13:00:45 +0200 Subject: [PATCH] eslint-config-prettier v8.9.0 --- CHANGELOG.md | 5 +++++ package-real.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2be4f11..0da676e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### Version 8.9.0 (2023-07-27) + +- Added: [vue/array-element-newline]. Thanks to @xcatliu! + ### Version 8.8.0 (2023-03-20) - Added: [@typescript-eslint/lines-around-comment]. Thanks to @ttionya! @@ -504,6 +508,7 @@ [template-tag-spacing]: https://eslint.org/docs/rules/template-tag-spacing [unicorn/empty-brace-spaces]: https://github.com/sindresorhus/eslint-plugin-unicorn/blob/master/docs/rules/empty-brace-spaces.md [unicorn/no-nested-ternary]: https://github.com/sindresorhus/eslint-plugin-unicorn/blob/master/docs/rules/no-nested-ternary.md +[vue/array-element-newline]: https://github.com/vuejs/eslint-plugin-vue/blob/master/docs/rules/array-element-newline.md [vue/arrow-spacing]: https://github.com/vuejs/eslint-plugin-vue/blob/master/docs/rules/arrow-spacing.md [vue/block-spacing]: https://github.com/vuejs/eslint-plugin-vue/blob/master/docs/rules/block-spacing.md [vue/brace-style]: https://github.com/vuejs/eslint-plugin-vue/blob/master/docs/rules/brace-style.md diff --git a/package-real.json b/package-real.json index 168f264..cb8ffb2 100644 --- a/package-real.json +++ b/package-real.json @@ -1,6 +1,6 @@ { "name": "eslint-config-prettier", - "version": "8.8.0", + "version": "8.9.0", "license": "MIT", "author": "Simon Lydell", "description": "Turns off all rules that are unnecessary or might conflict with Prettier.",