Skip to content

Commit 2f899fe

Browse files
committed
eslint-config-prettier v2.8.0
1 parent 5716c06 commit 2f899fe

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 2.8.0 (2017-11-19)
2+
3+
- Added: The [react/jsx-one-expression-per-line] rule.
4+
15
### Version 2.7.0 (2017-11-01)
26

37
- Added: The [lines-around-comment] rule (as a [special
@@ -152,6 +156,7 @@
152156
[one-var-declaration-per-line]: https://eslint.org/docs/rules/one-var-declaration-per-line
153157
[prettier]: https://github.com/prettier
154158
[react/jsx-closing-tag-location]: https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-closing-tag-location.md
159+
[react/jsx-one-expression-per-line]: https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-one-expression-per-line.md
155160
[semi-style]: https://eslint.org/docs/rules/semi-style
156161
[switch-colon-spacing]: https://eslint.org/docs/rules/switch-colon-spacing
157162
[template-tag-spacing]: https://eslint.org/docs/rules/template-tag-spacing

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-prettier",
3-
"version": "2.7.0",
3+
"version": "2.8.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)