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.5.0 (2022-03-02)
2
+
3
+ - Added: [ @typescript-eslint/space-before-blocks ] . Thanks to Masafumi Koba (@ybiquitous )!
4
+
1
5
### Version 8.4.0 (2022-02-19)
2
6
3
7
- Added: [ vue/quote-props] . Thanks to @xcatliu !
426
430
[ @typescript-eslint/quotes-special ] : https://github.com/prettier/eslint-config-prettier/blob/857257179fe69715362dfa9300762d6e534c0603/README.md#quotes
427
431
[ @typescript-eslint/quotes ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/quotes.md
428
432
[ @typescript-eslint/semi ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/semi.md
433
+ [ @typescript-eslint/space-before-blocks ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/space-before-blocks.md
429
434
[ @typescript-eslint/space-before-function-paren ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/space-before-function-paren.md
430
435
[ @typescript-eslint/space-infix-ops ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/space-infix-ops.md
431
436
[ array-bracket-newline ] : https://eslint.org/docs/rules/array-bracket-newline
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-prettier" ,
3
- "version" : " 8.4 .0" ,
3
+ "version" : " 8.5 .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