File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -68,10 +68,12 @@ export type QualifiedRuleConfig<T> =
68
68
| ( ( ) => RuleConfigTuple < Promise < T > > )
69
69
| RuleConfigTuple < T > ;
70
70
71
- export type RuleConfig < V = RuleConfigQuality . Qualified , T = void > =
72
- V extends RuleConfigQuality . Qualified
73
- ? RuleConfigTuple < T >
74
- : QualifiedRuleConfig < T > ;
71
+ export type RuleConfig <
72
+ V = RuleConfigQuality . Qualified ,
73
+ T = void
74
+ > = V extends RuleConfigQuality . Qualified
75
+ ? RuleConfigTuple < T >
76
+ : QualifiedRuleConfig < T > ;
75
77
76
78
export type CaseRuleConfig < V = RuleConfigQuality . User > = RuleConfig <
77
79
V ,
Original file line number Diff line number Diff line change @@ -8423,9 +8423,9 @@ prepend-http@^2.0.0:
8423
8423
integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=
8424
8424
8425
8425
prettier@^2.0.5 :
8426
- version "2.3.0 "
8427
- resolved "https://registry.npmjs.org/prettier/-/prettier-2.3.0 .tgz#b6a5bf1284026ae640f17f7ff5658a7567fc0d18 "
8428
- integrity sha512-kXtO4s0Lz/DW/IJ9QdWhAf7/NmPWQXkFr/r/WkR3vyI+0v8amTDxiaQSLzs8NBlytfLWX/7uQUMIW677yLKl4w ==
8426
+ version "2.3.1 "
8427
+ resolved "https://registry.npmjs.org/prettier/-/prettier-2.3.1 .tgz#76903c3f8c4449bc9ac597acefa24dc5ad4cbea6 "
8428
+ integrity sha512-p+vNbgpLjif/+D+DwAZAbndtRrR0md0MwfmOVN9N+2RgyACMT+7tfaRnT+WDPkqnuVwleyuBIG2XBxKDme3hPA ==
8429
8429
8430
8430
pretty-format@^26.0.0 :
8431
8431
version "26.6.0"
You can’t perform that action at this time.
0 commit comments