Skip to content

Commit

Permalink
fix: rollback unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
armano2 committed Jan 10, 2021
1 parent 737704e commit 0a131f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions @commitlint/resolve-extends/src/index.ts
Expand Up @@ -7,13 +7,13 @@ import mergeWith from 'lodash/mergeWith';

const importFresh = require('import-fresh');

export interface ResolveExtendsConfig {
extends?: string | string[];
export interface ResolvedConfig {
parserPreset?: unknown;
[key: string]: unknown;
}

export interface ResolvedConfig {
parserPreset?: unknown;
export interface ResolveExtendsConfig {
extends?: string | string[];
[key: string]: unknown;
}

Expand Down

0 comments on commit 0a131f7

Please sign in to comment.