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 8.7.0 (2023-03-06)
2
+
3
+ - Added: [ @typescript-eslint/block-spacing ] . Thanks to @ttionya !
4
+ - Added: [ @typescript-eslint/key-spacing ] . Thanks to @ttionya !
5
+
1
6
### Version 8.6.0 (2023-01-02)
2
7
3
8
- Added: [ vue/multiline-ternary] . Thanks to @xcatliu !
422
427
- Initial release.
423
428
424
429
[ @babel/eslint-plugin ] : https://github.com/babel/babel/tree/main/eslint/babel-eslint-plugin
430
+ [ @typescript-eslint/block-spacing ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/block-spacing.md
425
431
[ @typescript-eslint/brace-style ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/brace-style.md
426
432
[ @typescript-eslint/comma-dangle ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/comma-dangle.md
427
433
[ @typescript-eslint/comma-spacing ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/comma-spacing.md
428
434
[ @typescript-eslint/eslint-plugin ] : https://github.com/typescript-eslint/typescript-eslint
429
435
[ @typescript-eslint/func-call-spacing ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/func-call-spacing.md
436
+ [ @typescript-eslint/key-spacing ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/key-spacing.md
430
437
[ @typescript-eslint/keyword-spacing ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/keyword-spacing.md
431
438
[ @typescript-eslint/no-extra-parens ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-extra-parens.md
432
439
[ @typescript-eslint/no-extra-semi ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-extra-semi.md
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-prettier" ,
3
- "version" : " 8.6 .0" ,
3
+ "version" : " 8.7 .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