Skip to content

Commit 3dfe8c6

Browse files
committed
eslint-config-prettier v8.5.0
1 parent 348db65 commit 3dfe8c6

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.5.0 (2022-03-02)
2+
3+
- Added: [@typescript-eslint/space-before-blocks]. Thanks to Masafumi Koba (@ybiquitous)!
4+
15
### Version 8.4.0 (2022-02-19)
26

37
- Added: [vue/quote-props]. Thanks to @xcatliu!
@@ -426,6 +430,7 @@
426430
[@typescript-eslint/quotes-special]: https://github.com/prettier/eslint-config-prettier/blob/857257179fe69715362dfa9300762d6e534c0603/README.md#quotes
427431
[@typescript-eslint/quotes]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/quotes.md
428432
[@typescript-eslint/semi]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/semi.md
433+
[@typescript-eslint/space-before-blocks]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/space-before-blocks.md
429434
[@typescript-eslint/space-before-function-paren]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/space-before-function-paren.md
430435
[@typescript-eslint/space-infix-ops]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/space-infix-ops.md
431436
[array-bracket-newline]: https://eslint.org/docs/rules/array-bracket-newline

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.4.0",
3+
"version": "8.5.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)