Skip to content

Commit

Permalink
fix(typescript): remove string[] from tsconfigPath as not supported i…
Browse files Browse the repository at this point in the history
…n v8 (#545)
  • Loading branch information
RayGuo-ergou authored Jul 16, 2024
1 parent 6972860 commit 8c9e3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export interface OptionsTypeScriptWithTypes {
* When this options is provided, type aware rules will be enabled.
* @see https://typescript-eslint.io/linting/typed-linting/
*/
tsconfigPath?: string | string[]
tsconfigPath?: string
}

export interface OptionsHasTypeScript {
Expand Down

0 comments on commit 8c9e3a6

Please sign in to comment.