Skip to content

Commit

Permalink
eslint-config-prettier v8.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Jul 27, 2023
1 parent 7d9ed21 commit aa1aa34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions 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!
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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.",
Expand Down

0 comments on commit aa1aa34

Please sign in to comment.