Skip to content

Commit

Permalink
Allow parserOptions.project to be true (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Apr 15, 2023
1 parent ac2545d commit f9989a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser-options.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ export interface ParserOptions extends Partial<Record<string, unknown>> {
*
* @see [project](https://typescript-eslint.io/architecture/parser/#project)
*/
project?: string | string[] | null;
project?: string | string[] | true | null;

/**
* This option allows you to ignore folders from being included in your provided list of `project`s.
Expand Down

0 comments on commit f9989a2

Please sign in to comment.