Skip to content

Commit

Permalink
add reportExplicitAny
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead authored Nov 16, 2024
1 parent de5108b commit 6ec7b47
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client/PyrightConfigSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,12 @@ export const configSettings: PyrightConfigSetting[] = [
isEnabledInStandard: false,
isEnabledInStrict: false,
},
{
name: 'reportExplicitAny',
description: 'Controls reporting of explicit usage of the `Any` type',
isEnabledInStandard: false,
isEnabledInStrict: false,
},
{
name: 'reportIgnoreCommentWithoutRule',
description: 'Controls reporting `# type: ignore` and `# pyright: ignore` comments without specifying a rule',
Expand Down

0 comments on commit 6ec7b47

Please sign in to comment.