|
| 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 | + |
1 | 7 | ### Version 2.9.0 (2017-11-26)
|
2 | 8 |
|
3 | 9 | - Added: The [implicit-arrow-linebreak] rule.
|
|
145 | 151 | [eslint-plugin-flowtype]: https://github.com/gajus/eslint-plugin-flowtype
|
146 | 152 | [eslint-plugin-react]: https://github.com/yannickcr/eslint-plugin-react
|
147 | 153 | [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 |
148 | 155 | [function-paren-newline]: https://eslint.org/docs/rules/function-paren-newline
|
149 | 156 | [implicit-arrow-linebreak]: https://eslint.org/docs/rules/implicit-arrow-linebreak
|
150 | 157 | [indent-legacy]: https://eslint.org/docs/rules/indent-legacy
|
|
160 | 167 | [nonblock-statement-body-position]: https://eslint.org/docs/rules/nonblock-statement-body-position
|
161 | 168 | [one-var-declaration-per-line]: https://eslint.org/docs/rules/one-var-declaration-per-line
|
162 | 169 | [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 |
163 | 171 | [react/jsx-closing-tag-location]: https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-closing-tag-location.md
|
164 | 172 | [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 |
165 | 174 | [semi-style]: https://eslint.org/docs/rules/semi-style
|
166 | 175 | [switch-colon-spacing]: https://eslint.org/docs/rules/switch-colon-spacing
|
167 | 176 | [template-tag-spacing]: https://eslint.org/docs/rules/template-tag-spacing
|
0 commit comments