File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change
1
+ ### Version 2.8.0 (2017-11-19)
2
+
3
+ - Added: The [ react/jsx-one-expression-per-line] rule.
4
+
1
5
### Version 2.7.0 (2017-11-01)
2
6
3
7
- Added: The [ lines-around-comment] rule (as a [ special
152
156
[ one-var-declaration-per-line ] : https://eslint.org/docs/rules/one-var-declaration-per-line
153
157
[ prettier ] : https://github.com/prettier
154
158
[ 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
155
160
[ semi-style ] : https://eslint.org/docs/rules/semi-style
156
161
[ switch-colon-spacing ] : https://eslint.org/docs/rules/switch-colon-spacing
157
162
[ template-tag-spacing ] : https://eslint.org/docs/rules/template-tag-spacing
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-prettier" ,
3
- "version" : " 2.7 .0" ,
3
+ "version" : " 2.8 .0" ,
4
4
"license" : " MIT" ,
5
5
"author" : " Simon Lydell" ,
6
6
"description" : " Turns off all rules that are unnecessary or might conflict with Prettier." ,
You can’t perform that action at this time.
0 commit comments