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.2.0 (2021-04-13)
2
+
3
+ - Added: [ flowtype/quotes] . Thanks to Martin Zlámal (@mrtnzlml )!
4
+
1
5
### Version 8.1.0 (2021-02-24)
2
6
3
7
- Added: [ flowtype/object-type-curly-spacing] .
434
438
[ excluding deprecated rules ] : https://github.com/prettier/eslint-config-prettier/tree/9f6b59486ad742dc12ad3be157ddff5f8454ef7a#excluding-deprecated-rules
435
439
[ flowtype/boolean-style ] : https://github.com/gajus/eslint-plugin-flowtype#eslint-plugin-flowtype-rules-boolean-style
436
440
[ flowtype/object-type-curly-spacing ] : https://github.com/gajus/eslint-plugin-flowtype#eslint-plugin-flowtype-rules-object-type-curly-spacing
441
+ [ flowtype/quotes ] : https://github.com/gajus/eslint-plugin-flowtype#eslint-plugin-flowtype-rules-quotes
437
442
[ function-call-argument-newline ] : https://eslint.org/docs/rules/function-call-argument-newline
438
443
[ function-paren-newline ] : https://eslint.org/docs/rules/function-paren-newline
439
444
[ implicit-arrow-linebreak ] : https://eslint.org/docs/rules/implicit-arrow-linebreak
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-prettier" ,
3
- "version" : " 8.1 .0" ,
3
+ "version" : " 8.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