Skip to content

Commit d6c4297

Browse files
committed
eslint-config-prettier v8.1.0
1 parent 4e00e6d commit d6c4297

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### Version 8.1.0 (2021-02-24)
2+
3+
- Added: [flowtype/object-type-curly-spacing].
4+
- Added: Dummy files for the configs removed in 8.0.0. The dummy files throw an error that try to guide you how to upgrade.
5+
16
### Version 8.0.0 (2021-02-21)
27

38
- Changed: All configs have been merged into one!
@@ -428,6 +433,7 @@
428433
[eslint-plugin-vue]: https://github.com/vuejs/eslint-plugin-vue
429434
[excluding deprecated rules]: https://github.com/prettier/eslint-config-prettier/tree/9f6b59486ad742dc12ad3be157ddff5f8454ef7a#excluding-deprecated-rules
430435
[flowtype/boolean-style]: https://github.com/gajus/eslint-plugin-flowtype#eslint-plugin-flowtype-rules-boolean-style
436+
[flowtype/object-type-curly-spacing]: https://github.com/gajus/eslint-plugin-flowtype#eslint-plugin-flowtype-rules-object-type-curly-spacing
431437
[function-call-argument-newline]: https://eslint.org/docs/rules/function-call-argument-newline
432438
[function-paren-newline]: https://eslint.org/docs/rules/function-paren-newline
433439
[implicit-arrow-linebreak]: https://eslint.org/docs/rules/implicit-arrow-linebreak

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