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 8.8.0 (2023-03-20)
2
+
3
+ - Added: [ @typescript-eslint/lines-around-comment ] . Thanks to @ttionya !
4
+
1
5
### Version 8.7.0 (2023-03-06)
2
6
3
7
- Added: [ @typescript-eslint/block-spacing ] . Thanks to @ttionya !
435
439
[ @typescript-eslint/func-call-spacing ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/func-call-spacing.md
436
440
[ @typescript-eslint/key-spacing ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/key-spacing.md
437
441
[ @typescript-eslint/keyword-spacing ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/keyword-spacing.md
442
+ [ @typescript-eslint/lines-around-comment ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/lines-around-comment.md
438
443
[ @typescript-eslint/no-extra-parens ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-extra-parens.md
439
444
[ @typescript-eslint/no-extra-semi ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-extra-semi.md
440
445
[ @typescript-eslint/object-curly-spacing ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/object-curly-spacing.md
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-prettier" ,
3
- "version" : " 8.7 .0" ,
3
+ "version" : " 8.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