File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
1
+ ### Version 7.2.0 (2021-01-18)
2
+
3
+ - Added: [ @typescript-eslint/object-curly-spacing ] .
4
+ - Added: [ react/jsx-newline] .
5
+
1
6
### Version 7.1.0 (2020-12-19)
2
7
3
8
- Added: [ unicorn/empty-brace-spaces] . Thanks to fisker Cheung (@fisker )!
345
350
[ @typescript-eslint/keyword-spacing ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/keyword-spacing.md
346
351
[ @typescript-eslint/no-extra-parens ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-extra-parens.md
347
352
[ @typescript-eslint/no-extra-semi ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-extra-semi.md
353
+ [ @typescript-eslint/object-curly-spacing ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/object-curly-spacing.md
348
354
[ @typescript-eslint/quotes-special ] : https://github.com/prettier/eslint-config-prettier/blob/857257179fe69715362dfa9300762d6e534c0603/README.md#quotes
349
355
[ @typescript-eslint/quotes ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/quotes.md
350
356
[ @typescript-eslint/semi ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/semi.md
392
398
[ react/jsx-child-element-spacing ] : https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-child-element-spacing.md
393
399
[ react/jsx-closing-tag-location ] : https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-closing-tag-location.md
394
400
[ react/jsx-curly-newline ] : https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-curly-newline.md
401
+ [ react/jsx-newline ] : https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-newline.md
395
402
[ react/jsx-one-expression-per-line ] : https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-one-expression-per-line.md
396
403
[ react/jsx-props-no-multi-spaces ] : https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-props-no-multi-spaces.md
397
404
[ react/self-closing-comp ] : https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/self-closing-comp.md
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-prettier" ,
3
- "version" : " 7.1 .0" ,
3
+ "version" : " 7.2 .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