Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit d2bf20f

Browse files
author
Quadflieg , Christopher
committed
Update JSDoc
1 parent b16c712 commit d2bf20f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/config/overrides.d.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@ import type { Plugin } from './plugin';
66
import type { Settings } from './settings';
77

88
/**
9-
*
9+
* OverrideConfigData.
1010
*/
1111
export interface Override {
12+
/**
13+
* The glob patterns for target files.
14+
*/
15+
// https://github.com/eslint/eslint/blob/762a8727fb3b5619cff900826053b643ca5f1162/lib/shared/types.js#L61
1216
files: string[] | string;
1317

1418
/**

0 commit comments

Comments
 (0)