Skip to content

Commit 56213e4

Browse files
committed
eslint-config-prettier v8.2.0
1 parent d977ace commit 56213e4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### Version 8.2.0 (2021-04-13)
2+
3+
- Added: [flowtype/quotes]. Thanks to Martin Zlámal (@mrtnzlml)!
4+
15
### Version 8.1.0 (2021-02-24)
26

37
- Added: [flowtype/object-type-curly-spacing].
@@ -434,6 +438,7 @@
434438
[excluding deprecated rules]: https://github.com/prettier/eslint-config-prettier/tree/9f6b59486ad742dc12ad3be157ddff5f8454ef7a#excluding-deprecated-rules
435439
[flowtype/boolean-style]: https://github.com/gajus/eslint-plugin-flowtype#eslint-plugin-flowtype-rules-boolean-style
436440
[flowtype/object-type-curly-spacing]: https://github.com/gajus/eslint-plugin-flowtype#eslint-plugin-flowtype-rules-object-type-curly-spacing
441+
[flowtype/quotes]: https://github.com/gajus/eslint-plugin-flowtype#eslint-plugin-flowtype-rules-quotes
437442
[function-call-argument-newline]: https://eslint.org/docs/rules/function-call-argument-newline
438443
[function-paren-newline]: https://eslint.org/docs/rules/function-paren-newline
439444
[implicit-arrow-linebreak]: https://eslint.org/docs/rules/implicit-arrow-linebreak

Diff for: 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.1.0",
3+
"version": "8.2.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)