File tree 3 files changed +9
-11
lines changed
3 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -60,9 +60,9 @@ export default async function load(
60
60
parserPreset : config . parserPreset ,
61
61
} ) ;
62
62
63
- const preset = ( pickConfig (
63
+ const preset = pickConfig (
64
64
mergeWith ( extended , config , w )
65
- ) as unknown ) as UserPreset ;
65
+ ) as unknown as UserPreset ;
66
66
preset . plugins = { } ;
67
67
68
68
// TODO: check if this is still necessary with the new factory based conventional changelog parsers
Original file line number Diff line number Diff line change @@ -68,12 +68,10 @@ export type QualifiedRuleConfig<T> =
68
68
| ( ( ) => RuleConfigTuple < Promise < T > > )
69
69
| RuleConfigTuple < T > ;
70
70
71
- export type RuleConfig <
72
- V = RuleConfigQuality . Qualified ,
73
- T = void
74
- > = V extends RuleConfigQuality . Qualified
75
- ? RuleConfigTuple < T >
76
- : QualifiedRuleConfig < T > ;
71
+ export type RuleConfig < V = RuleConfigQuality . Qualified , T = void > =
72
+ V extends RuleConfigQuality . Qualified
73
+ ? RuleConfigTuple < T >
74
+ : QualifiedRuleConfig < T > ;
77
75
78
76
export type CaseRuleConfig < V = RuleConfigQuality . User > = RuleConfig <
79
77
V ,
Original file line number Diff line number Diff line change @@ -8329,9 +8329,9 @@ prepend-http@^2.0.0:
8329
8329
integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=
8330
8330
8331
8331
prettier@^2.0.5 :
8332
- version "2.2.1 "
8333
- resolved "https://registry.npmjs.org/prettier/-/prettier-2.2.1 .tgz#795a1a78dd52f073da0cd42b21f9c91381923ff5 "
8334
- integrity sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q ==
8332
+ version "2.3.0 "
8333
+ resolved "https://registry.npmjs.org/prettier/-/prettier-2.3.0 .tgz#b6a5bf1284026ae640f17f7ff5658a7567fc0d18 "
8334
+ integrity sha512-kXtO4s0Lz/DW/IJ9QdWhAf7/NmPWQXkFr/r/WkR3vyI+0v8amTDxiaQSLzs8NBlytfLWX/7uQUMIW677yLKl4w ==
8335
8335
8336
8336
pretty-format@^26.0.0 :
8337
8337
version "26.6.0"
You can’t perform that action at this time.
0 commit comments