Skip to content

Commit c6ac365

Browse files
committed
eslint-config-prettier v7.1.0
1 parent ec52648 commit c6ac365

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### Version 7.1.0 (2020-12-19)
2+
3+
- Added: [unicorn/empty-brace-spaces]. Thanks to fisker Cheung (@fisker)!
4+
15
### Version 7.0.0 (2020-12-05)
26

37
- Changed: At least ESLint 7.0.0 is now required.
@@ -48,7 +52,7 @@
4852

4953
### Version 6.15.0 (2020-10-27)
5054

51-
- Added: [@typescript-eslint/space-infix-ops]. Thanks to Masafumi Koba (@ybiquitous)!!
55+
- Added: [@typescript-eslint/space-infix-ops]. Thanks to Masafumi Koba (@ybiquitous)!
5256

5357
### Version 6.14.0 (2020-10-21)
5458

@@ -60,7 +64,7 @@
6064

6165
### Version 6.12.0 (2020-09-25)
6266

63-
- Added: [@typescript-eslint/comma-dangle]. Thanks to Masafumi Koba (@ybiquitous)!!
67+
- Added: [@typescript-eslint/comma-dangle]. Thanks to Masafumi Koba (@ybiquitous)!
6468

6569
### Version 6.11.0 (2020-04-21)
6670

@@ -73,7 +77,7 @@
7377

7478
### Version 6.10.0 (2020-01-28)
7579

76-
- Added: [@typescript-eslint/comma-spacing]. Thanks to Masafumi Koba (@ybiquitous)!!
80+
- Added: [@typescript-eslint/comma-spacing]. Thanks to Masafumi Koba (@ybiquitous)!
7781

7882
### Version 6.9.0 (2019-12-27)
7983

@@ -394,6 +398,7 @@
394398
[semi-style]: https://eslint.org/docs/rules/semi-style
395399
[switch-colon-spacing]: https://eslint.org/docs/rules/switch-colon-spacing
396400
[template-tag-spacing]: https://eslint.org/docs/rules/template-tag-spacing
401+
[unicorn/empty-brace-spaces]: https://github.com/sindresorhus/eslint-plugin-unicorn/blob/master/docs/rules/empty-brace-spaces.md
397402
[unicorn/no-nested-ternary]: https://github.com/sindresorhus/eslint-plugin-unicorn/blob/master/docs/rules/no-nested-ternary.md
398403
[vue/arrow-spacing]: https://github.com/vuejs/eslint-plugin-vue/blob/master/docs/rules/arrow-spacing.md
399404
[vue/block-spacing]: https://github.com/vuejs/eslint-plugin-vue/blob/master/docs/rules/block-spacing.md
@@ -402,7 +407,7 @@
402407
[vue/dot-location]: https://github.com/vuejs/eslint-plugin-vue/blob/master/docs/rules/dot-location.md
403408
[vue/html-self-closing-special]: https://github.com/prettier/eslint-config-prettier/blob/d5e7af986221df5faedc12893d8dc3150a808693/README.md#vuehtml-self-closing
404409
[vue/html-self-closing]: https://github.com/vuejs/eslint-plugin-vue/blob/master/docs/rules/html-self-closing.md
405-
[vue/keyword-spacing]: https://github.com/vuejs/eslint-plugin-vue/blob/master/docs/rules/keyword-spacing.md
406410
[vue/keyword-spacing]: https://github.com/vuejs/eslint-plugin-vue/blob/master/docs/rules/array-bracket-newline.md
407411
[vue/keyword-spacing]: https://github.com/vuejs/eslint-plugin-vue/blob/master/docs/rules/block-tag-newline.md
412+
[vue/keyword-spacing]: https://github.com/vuejs/eslint-plugin-vue/blob/master/docs/rules/keyword-spacing.md
408413
[vue/max-len]: https://github.com/vuejs/eslint-plugin-vue/blob/master/docs/rules/max-len.md

package-real.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-prettier",
3-
"version": "7.0.0",
3+
"version": "7.1.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)