Skip to content

Commit

Permalink
Update JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Quadflieg , Christopher committed Jan 2, 2023
1 parent b16c712 commit d2bf20f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/config/overrides.d.ts
Expand Up @@ -6,9 +6,13 @@ import type { Plugin } from './plugin';
import type { Settings } from './settings';

/**
*
* OverrideConfigData.
*/
export interface Override {
/**
* The glob patterns for target files.
*/
// https://github.com/eslint/eslint/blob/762a8727fb3b5619cff900826053b643ca5f1162/lib/shared/types.js#L61
files: string[] | string;

/**
Expand Down

0 comments on commit d2bf20f

Please sign in to comment.