Skip to content

Commit 9f42779

Browse files
committed
eslint-config-prettier v2.10.0
1 parent 7a95862 commit 9f42779

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### Version 2.10.0 (2018-08-13)
2+
3+
- Added: [flowtype/boolean-style]. Thanks to Mayank Agarwal (@Mayank1791989)!
4+
- Added: [react/jsx-child-element-spacing]
5+
- Added: [react/jsx-props-no-multi-spaces]
6+
17
### Version 2.9.0 (2017-11-26)
28

39
- Added: The [implicit-arrow-linebreak] rule.
@@ -145,6 +151,7 @@
145151
[eslint-plugin-flowtype]: https://github.com/gajus/eslint-plugin-flowtype
146152
[eslint-plugin-react]: https://github.com/yannickcr/eslint-plugin-react
147153
[eslint-plugin-standard]: https://github.com/xjamundx/eslint-plugin-standard
154+
[flowtype/boolean-style]: https://github.com/gajus/eslint-plugin-flowtype#eslint-plugin-flowtype-rules-boolean-style
148155
[function-paren-newline]: https://eslint.org/docs/rules/function-paren-newline
149156
[implicit-arrow-linebreak]: https://eslint.org/docs/rules/implicit-arrow-linebreak
150157
[indent-legacy]: https://eslint.org/docs/rules/indent-legacy
@@ -160,8 +167,10 @@
160167
[nonblock-statement-body-position]: https://eslint.org/docs/rules/nonblock-statement-body-position
161168
[one-var-declaration-per-line]: https://eslint.org/docs/rules/one-var-declaration-per-line
162169
[prettier]: https://github.com/prettier
170+
[react/jsx-child-element-spacing]: https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-child-element-spacing.md
163171
[react/jsx-closing-tag-location]: https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-closing-tag-location.md
164172
[react/jsx-one-expression-per-line]: https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-one-expression-per-line.md
173+
[react/jsx-props-no-multi-spaces]: https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-props-no-multi-spaces.md
165174
[semi-style]: https://eslint.org/docs/rules/semi-style
166175
[switch-colon-spacing]: https://eslint.org/docs/rules/switch-colon-spacing
167176
[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.9.0",
3+
"version": "2.10.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)