Skip to content

Commit

Permalink
fix(no-undefined-types): add Awaited TS utility global (#1132)
Browse files Browse the repository at this point in the history
  • Loading branch information
peteduel committed Jul 15, 2023
1 parent 03578ca commit 44da8c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rules/noUndefinedTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const extraTypes = [

const typescriptGlobals = [
// https://www.typescriptlang.org/docs/handbook/utility-types.html
'Awaited',
'Partial',
'Required',
'Readonly',
Expand Down

0 comments on commit 44da8c7

Please sign in to comment.