Skip to content

Commit 2820aec

Browse files
committed
Changes from node scripts/eslint_all_files --no-cache --fix
1 parent ff54f71 commit 2820aec

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

packages/kbn-docs-utils/src/cli/types.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,6 @@ export type PluginStats = PluginMetaInfo & ApiStats & EslintDisableCounts & Enzy
9999
/**
100100
* All plugin stats keyed by plugin ID.
101101
*/
102-
export type AllPluginStats = { [key: string]: PluginStats };
103-
102+
export interface AllPluginStats {
103+
[key: string]: PluginStats;
104+
}

0 commit comments

Comments
 (0)