File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 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+
16### Version 8.6.0 (2023-01-02)
27
38- Added: [ vue/multiline-ternary] . Thanks to @xcatliu !
422427- Initial release.
423428
424429[ @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
425431[ @typescript-eslint/brace-style ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/brace-style.md
426432[ @typescript-eslint/comma-dangle ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/comma-dangle.md
427433[ @typescript-eslint/comma-spacing ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/comma-spacing.md
428434[ @typescript-eslint/eslint-plugin ] : https://github.com/typescript-eslint/typescript-eslint
429435[ @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
430437[ @typescript-eslint/keyword-spacing ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/keyword-spacing.md
431438[ @typescript-eslint/no-extra-parens ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-extra-parens.md
432439[ @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 11{
22 "name" : " eslint-config-prettier" ,
3- "version" : " 8.6 .0" ,
3+ "version" : " 8.7 .0" ,
44 "license" : " MIT" ,
55 "author" : " Simon Lydell" ,
66 "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